Skip to content

Commit 86a059c

Browse files
committed
🔧 update output example
1 parent cd4fcaa commit 86a059c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ module "test" {
1616
}
1717

1818
output "public-subnet-ids" {
19-
value = module.test.public-subnet-ids
19+
value = [ for k,v in module.test.public-subnet-ids: v]
2020
}
2121
output "a-private-subnet-id" {
2222
value = module.test.private-subnet-ids["a"]

0 commit comments

Comments
 (0)