Skip to content

Commit

Permalink
Bump Keycloak provider version to 4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Prabhu Manchineella authored and Prabhu Manchineella committed Feb 23, 2024
1 parent f47734a commit 956789e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion modules/account-sso/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ data "keycloak_realm" "kc-lz-sso-realm" {
}

data "http" "saml_idp_metadata" {
url = "${var.kc_base_url}/auth/realms/${var.kc_realm}/protocol/saml/descriptor"
url = "${var.kc_base_url}/realms/${var.kc_realm}/protocol/saml/descriptor"
}

resource "aws_iam_saml_provider" "default" {
Expand Down
2 changes: 1 addition & 1 deletion modules/account-sso/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ terraform {
}
keycloak = {
source = "mrparkers/keycloak"
version = "2.0.0"
version = "4.4.0"
}
}
}
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
keycloak = {
source = "mrparkers/keycloak"
version = "2.0.0"
version = "4.4.0"
}
}
}

0 comments on commit 956789e

Please sign in to comment.