Skip to content

Commit

Permalink
add cgw bgp_asn
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed May 4, 2021
1 parent a8d9be8 commit 520e291
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vpn/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ output "vpn_tunnel_endpoints" {
value = { for k in keys(local.vpn_settings) : k => {
site = k
customer_address = aws_customer_gateway.vpn[k].ip_address
bgp_asn = aws_customer_gateway.vpn[k].bgp_asn
tunnel1_bgp_asn = aws_vpn_connection.vpn[k].tunnel1_bgp_asn
tunnel2_bgp_asn = aws_vpn_connection.vpn[k].tunnel2_bgp_asn
tunnel1_address = aws_vpn_connection.vpn[k].tunnel1_address
Expand Down

0 comments on commit 520e291

Please sign in to comment.