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