First working tests!

This commit is contained in:
Bjorn Olsen 2019-11-01 19:24:21 +02:00
commit 9c00f572d6
13 changed files with 216 additions and 38 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