|
@@ -412,14 +412,14 @@ tabs:
|
|
|
label: EKS control plane version
|
|
label: EKS control plane version
|
|
|
variable: cluster_version
|
|
variable: cluster_version
|
|
|
settings:
|
|
settings:
|
|
|
- default: 1.20
|
|
|
|
|
|
|
+ default: "1.20"
|
|
|
options:
|
|
options:
|
|
|
- - label: 1.20
|
|
|
|
|
- value: 1.20
|
|
|
|
|
- - label: 1.21
|
|
|
|
|
- value: 1.21
|
|
|
|
|
- - label: 1.22
|
|
|
|
|
- value: 1.22
|
|
|
|
|
|
|
+ - label: "1.20"
|
|
|
|
|
+ value: "1.20"
|
|
|
|
|
+ - label: "1.21"
|
|
|
|
|
+ value: "1.21"
|
|
|
|
|
+ - label: "1.22"
|
|
|
|
|
+ value: "1.22"
|
|
|
- type: number-input
|
|
- type: number-input
|
|
|
label: Minimum number of EC2 instances to create in the application autoscaling group.
|
|
label: Minimum number of EC2 instances to create in the application autoscaling group.
|
|
|
variable: min_instances
|
|
variable: min_instances
|