Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed May 4, 2021
1 parent 141156f commit a8d9be8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vpn/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ output "vpn_tunnel_endpoints" {
site = k
customer_address = aws_customer_gateway.vpn[k].ip_address
tunnel1_bgp_asn = aws_vpn_connection.vpn[k].tunnel1_bgp_asn
tunnel2_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
tunnel2_address = aws_vpn_connection.vpn[k].tunnel2_address
}
Expand Down

0 comments on commit a8d9be8

Please sign in to comment.