mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-04-18 06:49:37 +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:
@@ -4,7 +4,7 @@ provider "aws" {
|
||||
|
||||
locals {
|
||||
name = "ex-${basename(path.cwd)}"
|
||||
cluster_version = "1.31"
|
||||
cluster_version = "1.33"
|
||||
region = "eu-west-1"
|
||||
|
||||
tags = {
|
||||
|
||||
Reference in New Issue
Block a user