chore(n8n): add module and job specification for Nomad deployment
All checks were successful
Terraform CI/CD / Terraform Format, Validate, Lint, Scan (push) Successful in 1m10s
Terraform CI/CD / Terraform Plan (push) Has been skipped
Terraform CI/CD / Terraform Apply (push) Successful in 45s

This commit is contained in:
Ben Martin 2025-06-02 19:11:02 +01:00
parent 2c3fd199c1
commit 28e9ead743
Signed by: ben
GPG key ID: 859A655FCD290E4A
3 changed files with 136 additions and 0 deletions

View file

@ -50,3 +50,7 @@ module "jayne-martin-counselling" {
module "monica" {
source = "./modules/monica"
}
module "n8n" {
source = "./modules/n8n"
}