Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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/93/garage-dashboards"
source = "git::https://github.com/necro-cloud/modules//modules/observability?ref=main"

// Certificates Details
cluster_issuer_name = module.cluster-issuer.cluster-issuer-name
Expand All @@ -35,7 +35,7 @@ module "observability" {

# Garage Deployment for an S3 compatible object storage solution
module "garage" {
source = "git::https://github.com/necro-cloud/modules//modules/garage?ref=task/93/garage-dashboards"
source = "git::https://github.com/necro-cloud/modules//modules/garage?ref=main"

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