Fix typo in Multiple Configuration Files example

YAML example renamed from "Resource" to "Resources".
This commit is contained in:
Phillipe Lopes 2019-01-24 15:41:00 -03:00 committed by GitHub
parent 0aa672e6cc
commit edffbf44a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -438,7 +438,7 @@ resources:
Each of your cloudformation files has to start with a `Resources` entity
```yml
Resource:
Resources:
Type: 'AWS::S3::Bucket'
Properties:
BucketName: some-bucket-name