Skip to content

Commit

Permalink
more stupid
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Jul 30, 2024
1 parent e8b03fd commit 0ee5305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dns_zones.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ locals {
account_environment = data.aws_arn.current.partition == "aws-us-gov" ? "gov" : "ew"
region_short = join("", [for c in split("-", var.region) : substr(c, 0, 1)])
zone_ids = compact(var.zone_ids)
account_id = var.account_id
aws_account_id = var.account_id
}
#-------------------------------------------------
# Providers for Cross Account DNS Action
Expand Down

0 comments on commit 0ee5305

Please sign in to comment.