Skip to content

Commit

Permalink
fix map
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Nov 22, 2021
1 parent 0c288c2 commit 82a62ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ resource "aws_iam_role" "role" {
var.tags,
local.base_tags,
lookup(var.component_tags, "role", {}),
map("Name", local.role_name)
tomap({ Name = local.role_name })
)
}

Expand Down

0 comments on commit 82a62ca

Please sign in to comment.