Trying to improve coverage

This commit is contained in:
William Rubel 2019-02-17 09:25:35 -06:00
commit e35d99ff09
2 changed files with 68 additions and 0 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