diff --git a/examples/eks/main.tf b/examples/eks/main.tf index 2761bebec8..a0232c3467 100644 --- a/examples/eks/main.tf +++ b/examples/eks/main.tf @@ -97,7 +97,7 @@ module "traefik" { } module "cert-manager" { - source = "git::https://github.com/camptocamp/devops-stack-module-cert-manager.git//eks?ref=v5.2.0" + source = "git::https://github.com/camptocamp/devops-stack-module-cert-manager.git//eks?ref=v5.2.1" cluster_name = module.eks.cluster_name base_domain = module.eks.base_domain