We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ab1e6c9 + 0c4d068 commit 43c2a34Copy full SHA for 43c2a34
_example/example.tf
@@ -8,7 +8,8 @@ module "s3_bucket" {
8
name = "log-bucket"
9
application = "clouddrove"
10
environment = "test"
11
- label_order = ["environment", "name", "application"]
+ label_order = ["environment", "application", "name"]
12
+
13
14
region = "eu-west-1"
15
versioning = true
0 commit comments