Skip to content
This repository was archived by the owner on Nov 7, 2019. It is now read-only.

Commit 2830dd4

Browse files
author
Christopher Hein
authored
Merge pull request #168 from j0xaf/fix-cloudformation-template-yaml
examples: fix YAML syntax in cloudformationtemplate/s3bucket
2 parents 26877e0 + fdb5cfd commit 2830dd4

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

examples/cloudformationtemplates/s3bucket.yaml

+8-7
Original file line numberDiff line numberDiff line change
@@ -163,12 +163,13 @@ data:
163163
- "s3:GetObject"
164164
Effect: Allow
165165
Principal: "*"
166-
Resource: !Join:
167-
- ""
168-
-
169-
- "arn:aws:s3:::"
170-
- !Ref S3bucket
171-
- "/*
166+
Resource:
167+
Fn::Join:
168+
- ""
169+
-
170+
- "arn:aws:s3:::"
171+
- !Ref S3bucket
172+
- "/*"
172173
173174
LoggingBucket:
174175
Condition: UseLogging
@@ -193,4 +194,4 @@ data:
193194
Value: !GetAtt
194195
- S3bucket
195196
- WebsiteURL
196-
Description: URL of the bucket that was created
197+
Description: URL of the bucket that was created

0 commit comments

Comments
 (0)