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 078894f commit 7110ac5Copy full SHA for 7110ac5
_examples/complete/outputs.tf
@@ -1,4 +1,4 @@
1
output "urn" {
2
- value = join("", module.vpc.urn)
+ value = join("", module.vpc.*.urn)
3
description = "Name of SSH key."
4
}
0 commit comments