Skip to content

Commit

Permalink
updated terraform providers
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkermichael committed Jun 6, 2023
1 parent 798f9cf commit dcc3fd0
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 @@ -64,7 +64,7 @@ module "eks" {
count = var.cluster_count

source = "terraform-aws-modules/eks/aws"
version = "19.15.0"
version = "17.24.0"
kubeconfig_api_version = "client.authentication.k8s.io/v1beta1"

cluster_name = "consul-k8s-${random_id.suffix[count.index].dec}"
Expand Down

0 comments on commit dcc3fd0

Please sign in to comment.