Skip to content
4 changes: 2 additions & 2 deletions infrastructure/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ data "kubernetes_endpoints_v1" "kubernetes_api_endpoint" {

# Deploy all required helm charts for deploying the infrastructure
module "helm" {
source = "git::https://github.com/necro-cloud/modules//modules/helm?ref=task/76/netobserv-deployment"
source = "git::https://github.com/necro-cloud/modules//modules/helm?ref=main"
server_node_selector = "cloud"
}

Expand All @@ -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/76/netobserv-deployment"
source = "git::https://github.com/necro-cloud/modules//modules/observability?ref=main"

depends_on = [module.cluster-issuer]
}
Expand Down