Skip to content

Commit

Permalink
fix provider url
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Apr 3, 2025
1 parent 9b8ad74 commit f4510dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kc_bootstrap.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
provider "keycloak" {
client_id = var.keycloak_user
client_secret = var.keycloak_password
url = "https://${module.ingress_resources.service_url}/auth"
url = "${module.ingress_resources.service_url}/auth"
}

# Create realm
Expand Down

0 comments on commit f4510dd

Please sign in to comment.