Renovate Bot 3b527a1a77 chore(deps): update terraform proxmox to v3.0.2-rc05
| datasource         | package         | from       | to         |
| ------------------ | --------------- | ---------- | ---------- |
| terraform-provider | telmate/proxmox | 3.0.2-rc04 | 3.0.2-rc05 |
2025-10-23 10:51:41 +00:00
2025-10-15 11:49:58 +10:00
2025-09-27 18:59:45 +10:00
2025-09-27 18:59:45 +10:00
2025-10-16 10:02:43 +10:00
2025-10-23 20:48:53 +10:00

Header Image

deploy-containers

📖 Overview

Infrastructure as Code (IaC) for the Comprofix homelab using OpenTofu.

This repository provisions and manages resources such as the Proxmox VMs and LXC containers used in the Comprofix Homelab


🚀 Features

  • Declarative infrastructure management with OpenTofu
  • Remote state stored in PostgreSQL backend
  • Secure injection of secrets into terraform.auto.tfvars
  • Supports Proxmox VM provisioning and Omada configuration

🔄 Workflow

  1. Checkout repo
  2. Generate terraform.auto.tfvars
  3. Run tofu init, tofu fmt, tofu validate
  4. Execute tofu plan
  5. If successful, run tofu apply

📖 Usage

Local testing:

# Initialize
tofu init

# Format configs
tofu fmt -recursive

# Validate configs
tofu validate

# Plan changes
PG_CONN_STR="postgres://..." tofu plan

# Apply changes
PG_CONN_STR="postgres://..." tofu apply
Description
No description provided
Readme 53 KiB
Languages
HCL 76.7%
Shell 23.3%