diff --git a/examples/eks/main.tf b/examples/eks/main.tf index 0ac7c9e808..1c11ea59f7 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.0.1" + source = "git::https://github.com/camptocamp/devops-stack-module-cluster-eks.git?ref=v3.1.0" cluster_name = local.cluster_name kubernetes_version = local.kubernetes_version