Some checks failed
PR Checks / tofu-checks (pull_request) Failing after 4s
1/1 projects applied successfully.
- Enable bpg/proxmox provider (~> 0.90) in production environment - Add data source to verify Proxmox connectivity (read nodes) - SOPS-encrypt Proxmox API token (root@pam!tofu) - Custom Atlantis workflow: decrypt SOPS → inject PROXMOX_VE_API_TOKEN - Update all OPA policies for bpg resource types: - proxmox_vm_qemu → proxmox_virtual_environment_vm - proxmox_lxc → proxmox_virtual_environment_container - Adjust field paths (cpu[0].cores, memory[0].dedicated, etc.) - Firewall check: per-network-device instead of top-level - Password check: via after_sensitive for cloud-init - Tags: list of strings instead of comma-separated
7 lines
251 B
HCL
7 lines
251 B
HCL
# Variables for production environment
|
|
#
|
|
# Proxmox API credentials are injected via environment variables:
|
|
# PROXMOX_VE_API_TOKEN — decrypted from SOPS by Atlantis workflow
|
|
#
|
|
# No explicit variables needed — bpg/proxmox provider reads env vars.
|