Fix policy date

This commit is contained in:
William Rubel 2019-02-17 21:37:33 -06:00
commit ce7b5ebf54
4 changed files with 25 additions and 3 deletions

9
file.tmp Normal file
View 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