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.
2 parents 22ff1bb + f4723e3 commit 2dbca1bCopy full SHA for 2dbca1b
outputs.tf
@@ -1,4 +1,4 @@
1
output "hcp_hvn_target_link" {
2
description = "A unique URL identifying the HVN route."
3
- value = hcp_aws_transit_gateway_attachment.this[0].self_link
+ value = join("", hcp_aws_transit_gateway_attachment.this.*.self_link)
4
}
0 commit comments