feat(terraform): replace centos with ipfabric in supported os list
Some checks failed
Terraform Deploy / Validate (push) Has been cancelled
Terraform Deploy / Plan (push) Has been cancelled
Terraform Deploy / Apply (push) Has been cancelled

Update the `supported_os` local variable in `01-virtual-machines.tf` to
reflect current provisioning requirements. This change removes `centos`
and adds `ipfabric` to the set of allowed operating system templates.
This commit is contained in:
darnodo
2025-12-17 17:01:42 +01:00
parent 3f5a82d87a
commit df71a05e92

View File

@@ -10,7 +10,7 @@ data "proxmox_virtual_environment_vms" "templates" {
# 2. Mapping des templates
locals {
# OS supportés
supported_os = toset(["ubuntu", "debian", "alpine", "rocky", "centos"])
supported_os = toset(["ubuntu", "debian", "alpine", "rocky", "ipfabric"])
# Map des templates par OS
template_map = {