Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Apr 3, 2023
1 parent c72377f commit f544855
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions route53-zone-association/vpc/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ resource "aws_ssm_parameter" "self_zones" {
type = "String"
value = jsonencode({
name = var.vpc_domain_name
account_id = module.east_ma13_zones.zones_account_id
region = module.east_ma13_zones.zones_region
account_id = data.aws_caller_identity.peer.account_id
region = data.aws_region.peer.name
zone_id = each.value
# create_time = try(time_static.vpce[0].unix, null)
})
Expand Down

0 comments on commit f544855

Please sign in to comment.