docs: Update doc references to 1.33; remove AL2 examples since 1.33+ does not support AL2 (#3402)

This commit is contained in:
Bryant Biggs
2025-07-01 16:22:45 -05:00
committed by GitHub
parent 4c0a8fc4fd
commit 325c3fe294
18 changed files with 17 additions and 86 deletions

View File

@@ -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" {

View File

@@ -20,7 +20,7 @@ locals {
name = "ex-${basename(path.cwd)}"
region = "us-west-2"
cluster_version = "1.31"
cluster_version = "1.33"
tags = {
Test = local.name