Skip to content

Commit a063de1

Browse files
author
Steven Nemetz
committed
Fix formatting
1 parent 78fa91d commit a063de1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: examples/attributes/main.tf

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module "labels" {
2-
source = "../../"
3-
name = "CapMe"
4-
environment = "Dev"
5-
organization = "CorpXyZ"
6-
attributes = ["role", "policy", "use", ""]
2+
source = "../../"
3+
name = "CapMe"
4+
environment = "Dev"
5+
organization = "CorpXyZ"
6+
attributes = ["role", "policy", "use", ""]
77
}

0 commit comments

Comments
 (0)