1
0
mirror of https://github.com/terraform-aws-modules/terraform-aws-eks.git synced 2025-09-09 19:32:58 +08:00

fix: Correct variable defaults for ami_id and kubernetes_version (#3437)

This commit is contained in:
Bryant Biggs
2025-07-24 15:28:35 -05:00
committed by GitHub
parent 7efa43f11c
commit 8807e0bb55
5 changed files with 73 additions and 67 deletions
@@ -163,6 +163,7 @@ variable "ami_id" {
description = "The AMI from which to launch the instance. If not supplied, EKS will use its own default image"
type = string
default = ""
nullable = false
}
variable "key_name" {