Skip to content

Commit

Permalink
refactor: remove unneeded debug permissions (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmurray-lacework authored Feb 6, 2023
1 parent fbefc5d commit 101cbcd
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -498,18 +498,11 @@ data "aws_iam_policy_document" "cross_account_policy" {
resources = ["*"]
actions = [
"cloudtrail:DescribeTrails",
"cloudtrail:GetTrail",
"cloudtrail:GetTrailStatus",
"cloudtrail:ListPublicKeys",
"s3:GetBucketAcl",
"s3:GetBucketPolicy",
"s3:ListAllMyBuckets",
"s3:GetBucketLocation",
"s3:GetBucketLogging",
"sns:GetSubscriptionAttributes",
"sns:GetTopicAttributes",
"sns:ListSubscriptions",
"sns:ListSubscriptionsByTopic",
"sns:ListTopics"
]
}
Expand Down

0 comments on commit 101cbcd

Please sign in to comment.