Files
N8N/terraform/single.tfvars.example

12 lines
208 B
Plaintext
Raw Permalink Normal View History

2026-05-20 22:26:32 +00:00
instance_mode = "single"
instance = {
2026-05-20 23:33:00 +01:00
service_name = "n8n"
vm_name = "n8n-01"
2026-05-20 22:26:32 +00:00
node_name = "pop"
2026-05-20 23:33:00 +01:00
app_port = 5678
app_image = "docker.n8n.io/n8nio/n8n"
vm_tags = ["agentic"]
2026-05-20 22:26:32 +00:00
}