Update terraform/single.tfvars.example
Some checks failed
Deploy VM and App / terraform-ansible-deploy (push) Failing after 3s

This commit is contained in:
CC
2026-06-17 13:55:43 +00:00
parent 4f3fe682d6
commit e2df7b95a7

View File

@@ -1,11 +1,11 @@
instance_mode = "single" instance_mode = "single"
instance = { instance = {
service_name = "n8n" service_name = "audiobookshelf"
vm_name = "n8n-01" vm_name = "abs-01"
node_name = "pop" node_name = "pop"
app_port = 5678 app_port = 13378
app_image = "docker.n8n.io/n8nio/n8n" app_image = "audiobookshelf"
vm_tags = ["agentic"] vm_tags = ["agentic"]
} }