diff options
| author | Kumar Damani <me@kumardamani.net> | 2026-09-10 01:14:40 +0000 |
|---|---|---|
| committer | Kumar Damani <me@kumardamani.net> | 2026-09-10 01:40:19 +0000 |
| commit | e8205ac38096ff6f32599f414caaf4d184f350dc (patch) | |
| tree | db7427ff2449fc173235275559a8928e664f54b9 | |
| parent | 2e539aaa0ad0bb00728dd5d769dee958ca52b73d (diff) | |
tf keep torrents-2 stopped
| -rwxr-xr-x | terraform/main.tf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/terraform/main.tf b/terraform/main.tf index 18f8295..cbe8159 100755 --- a/terraform/main.tf +++ b/terraform/main.tf @@ -290,6 +290,7 @@ resource "proxmox_vm_qemu" "torrents_2" { target_node = "hesh" name = "torrents-2" memory = 4096 + vm_state = "stopped" start_at_node_boot = true boot = "order=virtio0;net0" clone_id = 104 |
