Closed bschaitanya91 closed 4 years ago
{ "AWSTemplateFormatVersion" : "2010-09-09", "Description" : "trying to create sample arch", "Resources" : {
"name": {
"Type": "AWS::EC2::VPC",
"Properties": {
"CidrBlock": "192.168.0.0/16",
}
}
}
}
Tried to create CF with attached Jason script, which is throwing error as "Unexpected value(s) found: [Name]", "The following resource(s) failed to create: [NewLearning]. . Rollback requested by user." And then it is doing rollback. Please check screenshots and do needful. vpcCF.txt