Skip to content

Commit

Permalink
Merge pull request #245 from cisagov/bugfix/add-cw-permission
Browse files Browse the repository at this point in the history
Add `cloudwatch:TagResource` permission to ProvisionAssessment policy
  • Loading branch information
dav3r committed Aug 12, 2024
2 parents c050ca8 + dea5c12 commit 27398a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions provisionassessment_policy.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ data "aws_iam_policy_document" "provisionassessment_policy_doc" {
"cloudwatch:DeleteAlarms",
"cloudwatch:ListTagsForResource",
"cloudwatch:PutMetricAlarm",
"cloudwatch:TagResource",
]

resources = [
Expand Down

0 comments on commit 27398a5

Please sign in to comment.