Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Apr 4, 2023
1 parent 1b074d9 commit efead07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion route53-zone-association/lambda-role/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
)
}
2 changes: 1 addition & 1 deletion route53-zone-association/terraform-role/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
)
}

0 comments on commit efead07

Please sign in to comment.