File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -13,15 +13,15 @@ Parameters:
1313 Description : " Ex: Development, Staging, Production"
1414 Default : " Production"
1515
16- VpcId :
17- Type : AWS::EC2::VPC::Id
18- Description : " The VPC ID where resources will be created"
19- SubnetIds :
20- Type : List<AWS::EC2::Subnet::Id>
21- Description : " The subnet IDs within the VPC"
22- SecurityGroupIds :
23- Type : List<AWS::EC2::SecurityGroup::Id>
24- Description : " The security group IDs within the VPC"
16+ # VpcId:
17+ # Type: AWS::EC2::VPC::Id
18+ # Description: "The VPC ID where resources will be created"
19+ # SubnetIds:
20+ # Type: List<AWS::EC2::Subnet::Id>
21+ # Description: "The subnet IDs within the VPC"
22+ # SecurityGroupIds:
23+ # Type: List<AWS::EC2::SecurityGroup::Id>
24+ # Description: "The security group IDs within the VPC"
2525
2626
2727Resources :
You can’t perform that action at this time.
0 commit comments