Fix policy date
This commit is contained in:
parent
37a765db8d
commit
ce7b5ebf54
4 changed files with 25 additions and 3 deletions
9
file.tmp
Normal file
9
file.tmp
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
AWSTemplateFormatVersion: '2010-09-09'
|
||||
Description: Simple CloudFormation Test Template
|
||||
Resources:
|
||||
S3Bucket:
|
||||
Type: AWS::S3::Bucket
|
||||
Properties:
|
||||
AccessControl: PublicRead
|
||||
BucketName: cf-test-bucket-1
|
||||
Loading…
Add table
Add a link
Reference in a new issue