Skip to content

Commit

Permalink
bugfix for bgp_transit_gateway_addresses (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
zachreborn authored Nov 3, 2024
1 parent 1a5225b commit 2ad4b1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/aws/transit_gateway_connect_peer/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ output "bgp_peer_address" {

output "bgp_transit_gateway_addresses" {
description = "The BGP transit gateway address within the connect tunnel. This is the address of the transit gateway."
value = aws_ec2_transit_gateway_connect_peer.peer.bgp_transit_gateway_address
value = aws_ec2_transit_gateway_connect_peer.peer.bgp_transit_gateway_addresses
}

output "id" {
Expand Down

0 comments on commit 2ad4b1b

Please sign in to comment.