From aa2707a1092cf3f2e1a4819e11e2db05a06fd042 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Aug 2023 17:16:35 +0200 Subject: [PATCH] chore(deps): bump oidc::devops-stack-module-keycloak in /examples/kind (#1027) Bumps [oidc::devops-stack-module-keycloak](https://github.com/camptocamp/devops-stack-module-keycloak) from 1.1.0 to 2.0.1. - [Release notes](https://github.com/camptocamp/devops-stack-module-keycloak/releases) - [Changelog](https://github.com/camptocamp/devops-stack-module-keycloak/blob/main/CHANGELOG.md) - [Commits](https://github.com/camptocamp/devops-stack-module-keycloak/compare/v1.1.0...v2.0.1) --- updated-dependencies: - dependency-name: oidc::github::camptocamp/devops-stack-module-keycloak::v1.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- examples/kind/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/kind/main.tf b/examples/kind/main.tf index 7bad437388..b503135af9 100644 --- a/examples/kind/main.tf +++ b/examples/kind/main.tf @@ -109,7 +109,7 @@ module "keycloak" { } module "oidc" { - source = "git::https://github.com/camptocamp/devops-stack-module-keycloak//oidc_bootstrap?ref=v1.1.0" + source = "git::https://github.com/camptocamp/devops-stack-module-keycloak//oidc_bootstrap?ref=v2.0.1" cluster_name = local.cluster_name base_domain = local.base_domain