Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Sep 29, 2022
1 parent 997f23e commit 3293d3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vpn-transit-gateway/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# description = "VPN Tunnel Endpoint IP Addresses"
# value = { for k, v in local.vpn_settings : k => {
# site = v.site
# environment = v.environment
# vpn_environment = v.environment
# sequence = v.sequence
# label = v.label
# full_label = format("aws:%v:%v:%v:%v", local.region, local.account_id, aws_vpn_connection.vpn[k].id, v.label)
Expand Down Expand Up @@ -35,7 +35,7 @@ output "vpn_labels" {
# value = { for k, v in local.vpn_settings : k => {
value = { for k, v in local.vpn_tunnel_outputs : k => {
site = v.site
environment = v.environment
environment = v.vpn_environment
sequence = v.sequence
# label = format("aws:%v:%v:%v:%v", local.region, local.account_id, aws_vpn_connection.vpn[k].id, v.label)
label = v.label
Expand Down

0 comments on commit 3293d3d

Please sign in to comment.