Skip to content

Commit

Permalink
v1.0.1: add bgp_asn to output
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed May 4, 2021
1 parent 31039b4 commit 6b58684
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 @@ -2,6 +2,7 @@ output "vpn_tunnel_endpoints" {
description = "VPN Tunnel Endpoint IP Addresses"
value = { for k in keys(local.vpn_settings) : k => {
site = k
bgp_asn = aws_vpn_connection.vpn[k].bgp_asn
tunnel1_address = aws_vpn_connection.vpn[k].tunnel1_address
tunnel2_address = aws_vpn_connection.vpn[k].tunnel2_address
}
Expand Down

0 comments on commit 6b58684

Please sign in to comment.