diff --git a/infrastructure/main.tf b/infrastructure/main.tf index 9d946b3..72227b9 100644 --- a/infrastructure/main.tf +++ b/infrastructure/main.tf @@ -22,7 +22,7 @@ module "cluster-issuer" { # Complete Observability Stack Deployment module "observability" { - source = "git::https://github.com/necro-cloud/modules//modules/observability?ref=task/96/keycloak-dashboards" + source = "git::https://github.com/necro-cloud/modules//modules/observability?ref=main" // Certificates Details cluster_issuer_name = module.cluster-issuer.cluster-issuer-name @@ -138,7 +138,7 @@ module "ferretdb" { # Keycloak Cluster Deployment for Identity Solution module "keycloak" { - source = "git::https://github.com/necro-cloud/modules//modules/keycloak?ref=task/96/keycloak-dashboards" + source = "git::https://github.com/necro-cloud/modules//modules/keycloak?ref=main" // PostgreSQL Database Details for database details cluster_issuer_name = module.cluster-issuer.cluster-issuer-name