mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-04-27 02:48:57 +02:00
docs: Update doc references to 1.33; remove AL2 examples since 1.33+ does not support AL2 (#3402)
This commit is contained in:
@@ -7,7 +7,7 @@ variable "ami_name_prefix" {
|
||||
variable "eks_version" {
|
||||
description = "The EKS cluster version associated with the AMI created"
|
||||
type = string
|
||||
default = "1.31"
|
||||
default = "1.33"
|
||||
}
|
||||
|
||||
variable "credential_provider" {
|
||||
|
||||
Reference in New Issue
Block a user