cluster-state/main.tf
Ben Martin b25f382f4c
All checks were successful
Lint / lint (push) Successful in 2m5s
Terraform Plan and Apply / cicd (push) Successful in 1m35s
chore(jayne-martin-counselling): onboarding
2025-03-29 20:45:15 +00:00

51 lines
732 B
HCL

terraform {
backend "pg" {}
}
module "dummy" {
source = "./modules/dummy"
}
module "media-centre" {
source = "./modules/media-centre"
}
module "plextraktsync" {
source = "./modules/plextraktsync"
}
module "matrix" {
source = "./modules/matrix"
}
module "elk" {
source = "./modules/elk"
}
module "renovate" {
source = "./modules/renovate"
}
module "plugin-csi" {
source = "./modules/plugin-csi"
}
module "home-assistant" {
source = "./modules/home-assistant"
}
module "forgejo" {
source = "./modules/forgejo"
}
module "keycloak" {
source = "./modules/keycloak"
}
module "ollama" {
source = "./modules/ollama"
}
module "jayne-martin-counselling" {
source = "./modules/jayne-martin-counselling"
}