Skip to content

Commit

Permalink
chore(deps): bump keycloak::devops-stack-module-keycloak
Browse files Browse the repository at this point in the history
Bumps [keycloak::devops-stack-module-keycloak](https://github.com/camptocamp/devops-stack-module-keycloak) from 2.0.1 to 2.1.0.
- [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@v2.0.1...v2.1.0)

---
updated-dependencies:
- dependency-name: keycloak::github::camptocamp/devops-stack-module-keycloak::v2.0.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 20, 2023
1 parent 4ca9731 commit 712c90a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/kind/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ module "cert-manager" {
}

module "keycloak" {
source = "git::https://github.com/camptocamp/devops-stack-module-keycloak?ref=v2.0.1"
source = "git::https://github.com/camptocamp/devops-stack-module-keycloak?ref=v2.1.0"

cluster_name = local.cluster_name
base_domain = local.base_domain
Expand Down

0 comments on commit 712c90a

Please sign in to comment.