diff --git a/examples/eks/main.tf b/examples/eks/main.tf index b590cea0cd..78de831d95 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.1.0" cluster_name = local.cluster_name kubernetes_version = local.kubernetes_version