From c2e9fda25684191003d138473451769f82fa064a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Apr 2024 23:11:54 +0000 Subject: [PATCH] chore(deps): bump cert-manager::devops-stack-module-cert-manager Bumps [cert-manager::devops-stack-module-cert-manager](https://github.com/camptocamp/devops-stack-module-cert-manager) from 8.1.0 to 8.2.0. - [Release notes](https://github.com/camptocamp/devops-stack-module-cert-manager/releases) - [Changelog](https://github.com/camptocamp/devops-stack-module-cert-manager/blob/main/CHANGELOG.md) - [Commits](https://github.com/camptocamp/devops-stack-module-cert-manager/compare/v8.1.0...v8.2.0) --- updated-dependencies: - dependency-name: cert-manager::github::camptocamp/devops-stack-module-cert-manager::v8.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index d0fd5e1..744a5c8 100644 --- a/main.tf +++ b/main.tf @@ -131,7 +131,7 @@ module "traefik" { } module "cert-manager" { - source = "git::https://github.com/camptocamp/devops-stack-module-cert-manager.git//eks?ref=v8.1.0" + source = "git::https://github.com/camptocamp/devops-stack-module-cert-manager.git//eks?ref=v8.2.0" # source = "../../devops-stack-module-cert-manager/eks" cluster_name = module.eks.cluster_name