Skip to content

Commit

Permalink
Reformat CloudFormationTemplate (#838)
Browse files Browse the repository at this point in the history
* reformat IAM statements
* refactor: consistently use the short !form for all intrinsic functions
  • Loading branch information
tyrcho authored Aug 16, 2024
1 parent 0d2a78b commit 94fda6f
Show file tree
Hide file tree
Showing 2 changed files with 393 additions and 597 deletions.
11 changes: 5 additions & 6 deletions aws/logs_monitoring/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -555,12 +555,11 @@ The CloudFormation Stack creates following IAM roles:
"Resource": "*"
},
{
"Action": ["s3:PutObject", "s3:DeleteObject"],
"Resource": "<S3Bucket to Store the Forwarder Zip>",
"Effect": "Allow"
},
{
"Action": ["s3:ListBucket"],
"Action": [
"s3:ListBucket",
"s3:PutObject",
"s3:DeleteObject"
],
"Resource": "<S3Bucket to Store the Forwarder Zip>",
"Effect": "Allow"
}
Expand Down
Loading

0 comments on commit 94fda6f

Please sign in to comment.