--- AWSTemplateFormatVersion: "2010-09-09" Description: > Bad VpcID Parameters Parameters: VpcId: Type: Number Default: String Description: String Resources: AWSEC2Subnet: Type: AWS::EC2::Subnet Properties: CidrBlock: String VpcId: !Ref VpcId