From edffbf44a733347c2c36dbd0ebbd8f4f7d6cf463 Mon Sep 17 00:00:00 2001 From: Phillipe Lopes Date: Thu, 24 Jan 2019 15:41:00 -0300 Subject: [PATCH] Fix typo in Multiple Configuration Files example YAML example renamed from "Resource" to "Resources". --- docs/providers/aws/guide/variables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/providers/aws/guide/variables.md b/docs/providers/aws/guide/variables.md index bcd0ab950..6f52cda22 100644 --- a/docs/providers/aws/guide/variables.md +++ b/docs/providers/aws/guide/variables.md @@ -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