Homelab/terraform/pve1
Tellsanguis a60a54f1e7
Some checks failed
CD - Deploy Infrastructure / Terraform Validation (push) Successful in 15s
CD - Deploy Infrastructure / Deploy on pve1 (push) Failing after 41s
CD - Deploy Infrastructure / Deploy on pve2 (push) Failing after 42s
CD - Deploy Infrastructure / Deploy on pve3 (push) Failing after 44s
CD - Deploy Infrastructure / Validate K3s Cluster (push) Has been skipped
CD - Deploy Infrastructure / Deployment Notification (push) Failing after 1s
fix(terraform): Change replicate from number to boolean
The replicate attribute expects a boolean value (true/false), not a number.
Changed replicate = 1 to replicate = true in pve1 and pve2 configs.
2025-11-26 17:54:25 +01:00
..
cloud-init.tf feat: Initial commit 2025-11-07 09:33:38 +01:00
main.tf fix(terraform): Change replicate from number to boolean 2025-11-26 17:54:25 +01:00
outputs.tf feat: Initial commit 2025-11-07 09:33:38 +01:00
variables.tf feat: Initial commit 2025-11-07 09:33:38 +01:00