diff --git a/examples/eks/main.tf b/examples/eks/main.tf index b590cea0cd..0b1f274d34 100644 --- a/examples/eks/main.tf +++ b/examples/eks/main.tf @@ -24,7 +24,7 @@ module "vpc" { } module "eks" { - source = "git::https://github.com/camptocamp/devops-stack-module-cluster-eks.git?ref=v3.3.0" + source = "git::https://github.com/camptocamp/devops-stack-module-cluster-eks.git?ref=v4.0.0" cluster_name = local.cluster_name kubernetes_version = local.kubernetes_version