Commit Graph

3 Commits

Author SHA1 Message Date
ad2c8145e3 Remove redundant incus_ prefix from root module variables
Rename variables to remove the useless incus_ prefix:
- incus_hypervisors → hypervisors
- incus_witnesses → witnesses
- incus_token → token
- incus_networks → networks
- incus_storage_pools → storage_pools

Updates all references across provider.tf, groups.tf, network.tf,
storage.tf, and .auto.tfvars files.

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-03-15 14:09:20 +01:00
36eaa727ab Refactor network module to accept free-form config maps
Replace hypervisor_parent/witness_parent strings with hypervisor_config
and witness_config map(string) variables, matching the pattern already
used by the storage module. incus_networks in the root module is updated
from map(number) to map(object) carrying type and the two config maps.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-15 14:05:40 +01:00
9b1aa393b3 initial commit 2026-03-14 20:56:04 +01:00