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:
@@ -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" {
|
||||
|
||||
@@ -359,6 +359,7 @@ variable "ami_id" {
|
||||
description = "The AMI from which to launch the instance"
|
||||
type = string
|
||||
default = ""
|
||||
nullable = false
|
||||
}
|
||||
|
||||
variable "ami_type" {
|
||||
|
||||
Reference in New Issue
Block a user