From 01ff64d579496c517a55dc90d76864a1257ad0ae Mon Sep 17 00:00:00 2001 From: badra001 Date: Mon, 3 Apr 2023 17:22:54 -0400 Subject: [PATCH] fix --- route53-zone-association/vpc/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/route53-zone-association/vpc/main.tf b/route53-zone-association/vpc/main.tf index 9e91e72..64443f0 100644 --- a/route53-zone-association/vpc/main.tf +++ b/route53-zone-association/vpc/main.tf @@ -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