Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed May 9, 2022
1 parent 3ef4592 commit 1cfcbaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flowlogs-role/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ resource "aws_iam_role" "role" {
tags = merge(
var.tags,
local.base_tags,
lookup(var.component_tags, "role", {}),
# lookup(var.component_tags, "role", {}),
tomap({ Name = local.role_name })
)
}
Expand Down

0 comments on commit 1cfcbaa

Please sign in to comment.