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

Commit 9ec38ce

Browse files
committed
Removed AllowedValues drop down for KeyPairName and NATInstanceType
1 parent c61b271 commit 9ec38ce

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

templates/aws-vpc.template

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -172,15 +172,9 @@
172172
"KeyPairName": {
173173
"Description": "Deprecated. NAT gateways are now supported in all regions.",
174174
"Type": "String",
175-
"AllowedValues": [
176-
"deprecated"
177-
],
178175
"Default": "deprecated"
179176
},
180177
"NATInstanceType": {
181-
"AllowedValues": [
182-
"deprecated"
183-
],
184178
"Default": "deprecated",
185179
"Description": "Deprecated. NAT gateways are now supported in all regions.",
186180
"Type": "String"

0 commit comments

Comments
 (0)