Skip to content

Commit

Permalink
Allow Create Step Functions for Sandbox Role (#5517)
Browse files Browse the repository at this point in the history
* Allow Create Step Functions for Sandbox Role

Allow Create Step Functions for Sandbox Role

* Add state:DeleteStateMachine permission
  • Loading branch information
harichintala1 authored Nov 20, 2023
1 parent dda63a6 commit 5d3b24f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion terraform/environments/bootstrap/delegate-access/policies.tf
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,10 @@ data "aws_iam_policy_document" "sandbox_additional" {
"identitystore:DescribeUser",
"sso:ListDirectoryAssociations",
"wellarchitected:*",
"backup:StartRestoreJob"
"backup:StartRestoreJob",
"state:CreateStateMachine",
"state:ListStateMachines",
"state:DeleteStateMachine"
]
resources = ["*"] #tfsec:ignore:AWS099 tfsec:ignore:AWS097
}
Expand Down

0 comments on commit 5d3b24f

Please sign in to comment.