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 f544855 commit 01ff64d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion route53-zone-association/vpc/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ resource "aws_ssm_parameter" "self_zones" {
description = format("Route53 Zone Details for %v", each.key)
type = "String"
value = jsonencode({
name = var.vpc_domain_name
name = each.key
account_id = data.aws_caller_identity.peer.account_id
region = data.aws_region.peer.name
zone_id = each.value
Expand Down

0 comments on commit 01ff64d

Please sign in to comment.