Skip to content

Commit

Permalink
feat: added states permissions to dd module's IAM policy (#38)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Wiggins <[email protected]>
  • Loading branch information
nbaec and andrew-wiggins authored Oct 1, 2021
1 parent 67cff70 commit 0cb8ab8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ resource "aws_iam_policy" "datadog-core" {
"sns:List*",
"sns:Publish",
"states:ListStateMachines",
"states:DescribeStateMachine",
"sqs:ListQueues",
"support:*",
"tag:GetResources",
Expand Down

0 comments on commit 0cb8ab8

Please sign in to comment.