Skip to content

Commit 8b331d8

Browse files
abemediaaws-scripting-guy
authored andcommitted
Fix s3-bucket typo (#29)
1 parent 7d9c5ef commit 8b331d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippets/yaml-snippets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1215,7 +1215,7 @@
12151215
" Type: AWS::S3::Bucket",
12161216
" Properties: ",
12171217
" AccessControl: ${2:Private | PublicRead | PublicReadWrite | AuthenticatedRead | LogDeliveryWrite | BucketOwnerRead | BucketOwnerFullControl}",
1218-
" Bucketname: ${3}",
1218+
" BucketName: ${3}",
12191219
" CorsConfiguration: ${4}",
12201220
" LifecycleConfiguration: ${5}",
12211221
" NotificationConfiguration: ${6}",

0 commit comments

Comments
 (0)