Skip to content

Commit 7110ac5

Browse files
fix: update outputs.tf file
1 parent 078894f commit 7110ac5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_examples/complete/outputs.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
output "urn" {
2-
value = join("", module.vpc.urn)
2+
value = join("", module.vpc.*.urn)
33
description = "Name of SSH key."
44
}

0 commit comments

Comments
 (0)