Skip to content
4 changes: 2 additions & 2 deletions infrastructure/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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/138/openbao-dashboard"
source = "git::https://github.com/necro-cloud/modules//modules/observability?ref=main"

// Cluster Secret Store Details
cluster_secret_store_name = module.openbao.cluster_secret_store_name
Expand All @@ -38,7 +38,7 @@ module "observability" {

# OpenBao Secrets Management Solution deployment
module "openbao" {
source = "git::https://github.com/necro-cloud/modules//modules/openbao?ref=task/138/openbao-dashboard"
source = "git::https://github.com/necro-cloud/modules//modules/openbao?ref=main"

// Certificates Details
cluster_issuer_name = module.cluster-issuer.cluster-issuer-name
Expand Down
Loading