Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkermichael committed Jun 8, 2023
1 parent 3ea19fa commit 8570542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/consul/test/terraform/eks/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ module "eks" {
kubeconfig_api_version = "client.authentication.k8s.io/v1beta1"

cluster_name = "consul-k8s-${random_id.suffix[count.index].dec}"
cluster_version = "1.26.1"
cluster_version = "1.26"
subnets = module.vpc[count.index].private_subnets
enable_irsa = true

Expand Down

0 comments on commit 8570542

Please sign in to comment.