mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-26 03:11:06 +01:00
docs: Update doc references to 1.33; remove AL2 examples since 1.33+ does not support AL2 (#3402)
This commit is contained in:
@@ -3,7 +3,7 @@ module "eks_bottlerocket" {
|
||||
version = "~> 20.0"
|
||||
|
||||
cluster_name = "${local.name}-bottlerocket"
|
||||
cluster_version = "1.31"
|
||||
cluster_version = "1.33"
|
||||
|
||||
# EKS Addons
|
||||
cluster_addons = {
|
||||
|
||||
Reference in New Issue
Block a user