diff --git a/route53-zone-association/lambda-role/main.tf b/route53-zone-association/lambda-role/main.tf index beb5362..24e8c42 100644 --- a/route53-zone-association/lambda-role/main.tf +++ b/route53-zone-association/lambda-role/main.tf @@ -74,7 +74,7 @@ resource "aws_iam_role" "role" { tags = merge( local.base_tags, var.tags, - lookup(var.component_tags, "role", {}), + # lookup(var.component_tags, "role", {}), { Name = local.role_name }, ) } diff --git a/route53-zone-association/terraform-role/main.tf b/route53-zone-association/terraform-role/main.tf index 101c5f1..6334c89 100644 --- a/route53-zone-association/terraform-role/main.tf +++ b/route53-zone-association/terraform-role/main.tf @@ -78,7 +78,7 @@ resource "aws_iam_role" "role" { tags = merge( local.base_tags, var.tags, - lookup(var.component_tags, "role", {}), + # lookup(var.component_tags, "role", {}), { Name = local.role_name }, ) }