Skip to content

Commit

Permalink
update tag
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Jan 21, 2022
1 parent 833059c commit c1e155a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion role.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ resource "aws_iam_role" "role" {
local.base_tags,
var.tags,
lookup(var.component_tags, "role", {}),
tomap({ Name = local.lambda_name })
tomap({ Name = format("%v%v", local._prefixes["role"], local.lambda_name) }),
)
}

Expand Down

0 comments on commit c1e155a

Please sign in to comment.