Skip to content

Commit 956e029

Browse files
committed
initial commit
1 parent 095ca8d commit 956e029

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ data "aws_iam_policy_document" "assume_role" {
2323

2424
resource "aws_iam_role" "default" {
2525
count = var.role_arn == null ? 1 : 0
26-
name = "${var.function_name}_execution_role"
26+
name = "${var.function_name}-execution-role"
2727
assume_role_policy = data.aws_iam_policy_document.assume_role.json
2828
}
2929

0 commit comments

Comments
 (0)