Skip to content

Commit 2dbca1b

Browse files
authored
Merge pull request #4 from ugns/devel
Correct outputs if enabled is false
2 parents 22ff1bb + f4723e3 commit 2dbca1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

outputs.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
output "hcp_hvn_target_link" {
22
description = "A unique URL identifying the HVN route."
3-
value = hcp_aws_transit_gateway_attachment.this[0].self_link
3+
value = join("", hcp_aws_transit_gateway_attachment.this.*.self_link)
44
}

0 commit comments

Comments
 (0)