Self-Hosting & DevOps · 40 min

Infrastructure as code (Terraform)

Reproducible n8n infra: VPС/VM, DNS and database provisioned entirely from code.

Key concepts

  • Terraform providers
  • State management
  • Reusable modules

Exercise

Write a minimal Terraform config that provisions a VM and a managed Postgres instance for n8n.

Official docs