You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description="List of CIDR blocks which can access the Amazon EKS public API server endpoint. EKS defaults this to a list with 0.0.0.0/0."
161
177
}
162
178
163
179
variable"cluster_service_cidr" {
164
180
type=string
165
-
default=null
166
181
description="Sets the Service CIDR for the EKS cluster."
167
182
}
168
183
169
184
variable"cluster_encryption_key_arn" {
170
185
type=string
171
-
default=null
172
186
description="Arn of an AWS KMS symmetric key to be used for encryption of kubernetes resources."
173
187
}
174
188
175
189
variable"worker_ami_type" {
176
190
type=string
177
-
default=null
178
191
description="AMI type to use for nodes. Defaults to automatically determined based on instance type (AL2023_x86_64_STANDARD, AL2023_ARM_64_STANDARD, AL2023_x86_64_NVIDIA or AL2023_ARM_64_NVIDIA)."
179
192
}
180
193
181
194
variable"worker_ami_release_version" {
182
195
type=string
183
-
default=null
184
196
description="AMI version of the EKS Node Group. Defaults to latest version for Kubernetes version. A list of release versions can be found in https://github.com/awslabs/amazon-eks-ami/blob/master/CHANGELOG.md"
0 commit comments