diff --git a/kc_bootstrap.tf b/kc_bootstrap.tf index 60e4861..ca7c1ca 100644 --- a/kc_bootstrap.tf +++ b/kc_bootstrap.tf @@ -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