Created
October 15, 2020 13:56
-
-
Save dkhmelenko/1f4724188c8f888ab64415f946faf659 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
AWSTemplateFormatVersion: '2010-09-09' | |
Description: Stack to create new S3 bucket | |
Resources: | |
myUniqueBucket: | |
Type: AWS::S3::Bucket | |
Properties: | |
BucketName: 'my-unique-bucket-name' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment