We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a67949a commit c02efceCopy full SHA for c02efce
test/main.tf
@@ -5,6 +5,14 @@ module "labels" {
5
environment = "Dev"
6
organization = "CorpXyZ"
7
}
8
+module "labels-tags" {
9
+ source = "../"
10
+ name = "CapMe"
11
+ environment = "Dev"
12
+ organization = "CorpXyZ"
13
+ attributes = ["role", "policy", "use", ""]
14
+ tags = "${map("Key", "Value")}"
15
+}
16
17
/* Need to fix outputs for when resources don't exist
18
module "labels-disabled" {
0 commit comments