Skip to content

Commit

Permalink
fix(LINK-3087): Add permission in StepFunctions (#102)
Browse files Browse the repository at this point in the history
* fix(LINK-3087): Add permission in StepFunctions

Signed-off-by: Lei Jin <[email protected]>

* Update main.tf

Co-authored-by: Pengyuan Zhao <[email protected]>

---------

Signed-off-by: Lei Jin <[email protected]>
Co-authored-by: Pengyuan Zhao <[email protected]>
  • Loading branch information
leijin-lw and PengyuanZhao authored Nov 4, 2024
1 parent 80e7504 commit 10026bb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,12 @@ data "aws_iam_policy_document" "lacework_audit_policy" {
]
resources = ["*"]
}

statement {
sid = "STATES"
actions = ["states:ListTagsForResource"]
resources = ["*"]
}
}

resource "aws_iam_policy" "lacework_audit_policy" {
Expand Down

0 comments on commit 10026bb

Please sign in to comment.