Skip to content

Commit 94fda6f

Browse files
authored
Reformat CloudFormationTemplate (#838)
* reformat IAM statements * refactor: consistently use the short !form for all intrinsic functions
1 parent 0d2a78b commit 94fda6f

File tree

2 files changed

+393
-597
lines changed

2 files changed

+393
-597
lines changed

aws/logs_monitoring/README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -555,12 +555,11 @@ The CloudFormation Stack creates following IAM roles:
555555
"Resource": "*"
556556
},
557557
{
558-
"Action": ["s3:PutObject", "s3:DeleteObject"],
559-
"Resource": "<S3Bucket to Store the Forwarder Zip>",
560-
"Effect": "Allow"
561-
},
562-
{
563-
"Action": ["s3:ListBucket"],
558+
"Action": [
559+
"s3:ListBucket",
560+
"s3:PutObject",
561+
"s3:DeleteObject"
562+
],
564563
"Resource": "<S3Bucket to Store the Forwarder Zip>",
565564
"Effect": "Allow"
566565
}

0 commit comments

Comments
 (0)