chore(n8n): add module and job specification for Nomad deployment
This commit is contained in:
parent
2c3fd199c1
commit
28e9ead743
3 changed files with 136 additions and 0 deletions
4
main.tf
4
main.tf
|
@ -50,3 +50,7 @@ module "jayne-martin-counselling" {
|
|||
module "monica" {
|
||||
source = "./modules/monica"
|
||||
}
|
||||
|
||||
module "n8n" {
|
||||
source = "./modules/n8n"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue