Skip to content

Commit 43c2a34

Browse files
authored
Merge pull request #8 from clouddrove/CD-90
Fix the tags
2 parents ab1e6c9 + 0c4d068 commit 43c2a34

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

_example/example.tf

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ module "s3_bucket" {
88
name = "log-bucket"
99
application = "clouddrove"
1010
environment = "test"
11-
label_order = ["environment", "name", "application"]
11+
label_order = ["environment", "application", "name"]
12+
1213

1314
region = "eu-west-1"
1415
versioning = true

0 commit comments

Comments
 (0)