Trying to improve coverage
This commit is contained in:
parent
b29fd4a997
commit
e35d99ff09
2 changed files with 68 additions and 0 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