aws-cloudformation / cloudformation-resource-schema

The CloudFormation Resource Schema defines the shape and semantic for resources provisioned by CloudFormation. It is used by provider developers using the CloudFormation RPDK.
Apache License 2.0
90 stars 38 forks source link

Readme: Fix example about references #92

Closed MalikAtalla closed 4 years ago

MalikAtalla commented 4 years ago

Description of changes: The example about references in the readme mentions a property called Name in AWS::EC2::VPC which doesn't exist in that schema. That is a bit confusing, so I would like to change it to Id.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.