Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Feb 26, 2022
1 parent 9dd40f5 commit 7071771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vpn-transit-gateway/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ locals {
account_environment = data.aws_arn.current.partition == "aws-us-gov" ? "gov" : "ew"
region = data.aws_region.current.name

_vpn_settings = [for v in var.vpn_settings : merge(v, {
_vpn_settings = [for v in var.tgw_vpn_settings : merge(v, {
site = lower(v.site)
environment = lower(v.environment)
label = format("%v-%v-%v", lower(v.site), lower(v.environment), v.sequence)
Expand Down

0 comments on commit 7071771

Please sign in to comment.