Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed May 31, 2023
1 parent 9ee6722 commit 0ff6779
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vpn-transit-gateway/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@

locals {
account_id = var.account_id != "" ? var.account_id : data.aws_caller_identity.current.account_id
account_alias = data.aws_iam_account_alias.current.account_alias
account_environment = data.aws_arn.current.partition == "aws-us-gov" ? "gov" : "ew"
region = data.aws_region.current.name
region_short = join("", [for c in split("-", local.region) : substr(c, 0, 1)])
Expand Down

0 comments on commit 0ff6779

Please sign in to comment.