Skip to content

Commit

Permalink
iam role
Browse files Browse the repository at this point in the history
  • Loading branch information
voxparcxls committed Mar 16, 2024
1 parent ec03a4f commit 5942f01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/cumulus-tf/iam_step.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ data "aws_iam_policy_document" "states_assume_role_policy" {
}

resource "aws_iam_role" "step" {
name = "${local.ec2_resources_name}-steprole"
name = "${local.ec2_resources_name}-sfn-steprole"
assume_role_policy = data.aws_iam_policy_document.states_assume_role_policy.json
permissions_boundary = "arn:aws:iam::${data.aws_caller_identity.current.account_id}:policy/NGAPShRoleBoundary"
}
Expand Down

0 comments on commit 5942f01

Please sign in to comment.