Skip to content

Commit ca2d2e9

Browse files
DHAMODHARABALAJI RDHAMODHARABALAJI R
authored andcommitted
config update in yaml
1 parent ba4915c commit ca2d2e9

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

order-manager/template.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff 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

2727
Resources:

0 commit comments

Comments
 (0)