Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Oct 18, 2022
1 parent e280d22 commit 9f643a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vpc/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
locals {
account_id = var.account_id != "" ? var.account_id : data.aws_caller_identity.current.account_id
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)])

base_tags = {
"boc:tf_module_version" = local._module_version
Expand Down

0 comments on commit 9f643a7

Please sign in to comment.