Skip to content
This repository was archived by the owner on Oct 4, 2024. It is now read-only.

Commit 5cf7a6b

Browse files
author
Brandon Moller
committed
Restoring deprecated parameters
1 parent 4dc56d6 commit 5cf7a6b

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

templates/aws-vpc.template

+25
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,15 @@
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": {
@@ -56,6 +65,12 @@
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
},
@@ -154,6 +169,16 @@
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",

0 commit comments

Comments
 (0)