This repository was archived by the owner on Oct 4, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed
Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change 4444 "PrivateSubnetBTag3",
4545 "VPCTenancy"
4646 ]
47+ },
48+ {
49+ "Label": {
50+ "default": "Deprecated: NAT Instance Configuration"
51+ },
52+ "Parameters": [
53+ "KeyPairName",
54+ "NATInstanceType"
55+ ]
4756 }
4857 ],
4958 "ParameterLabels": {
5665 "CreatePrivateSubnets": {
5766 "default": "Create private subnets"
5867 },
68+ "KeyPairName": {
69+ "default": "Deprecated": "Key pair name"
70+ },
71+ "NATInstanceType": {
72+ "default": "Deprecated": "NAT instance type"
73+ },
5974 "NumberOfAZs": {
6075 "default": "Number of Availability Zones"
6176 },
154169 "Description": "Set to false to create only public subnets. If false, the CIDR parameters for ALL private subnets will be ignored.",
155170 "Type": "String"
156171 },
172+ "KeyPairName": {
173+ "Description": "Deprecated. NAT gateways are now supported in all regions.",
174+ "Type": "String",
175+ "Default": "deprecated"
176+ },
177+ "NATInstanceType": {
178+ "Default": "deprecated",
179+ "Description": "Deprecated. NAT gateways are now supported in all regions.",
180+ "Type": "String"
181+ },
157182 "NumberOfAZs": {
158183 "AllowedValues": [
159184 "2",
You can’t perform that action at this time.
0 commit comments