diff --git a/examples/eks/main.tf b/examples/eks/main.tf index db303d38e3..92c2cf3e17 100644 --- a/examples/eks/main.tf +++ b/examples/eks/main.tf @@ -112,7 +112,7 @@ module "traefik" { } module "cert-manager" { - source = "git::https://github.com/camptocamp/devops-stack-module-cert-manager.git//eks?ref=v9.0.0" + source = "git::https://github.com/camptocamp/devops-stack-module-cert-manager.git//eks?ref=v9.0.1" cluster_name = module.eks.cluster_name base_domain = module.eks.base_domain