Skip to content

Commit aa2707a

Browse files
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](camptocamp/devops-stack-module-keycloak@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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f32bb41 commit aa2707a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/kind/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ module "keycloak" {
109109
}
110110

111111
module "oidc" {
112-
source = "git::https://github.com/camptocamp/devops-stack-module-keycloak//oidc_bootstrap?ref=v1.1.0"
112+
source = "git::https://github.com/camptocamp/devops-stack-module-keycloak//oidc_bootstrap?ref=v2.0.1"
113113

114114
cluster_name = local.cluster_name
115115
base_domain = local.base_domain

0 commit comments

Comments
 (0)