arvandor/CHANGELOG.md

13 lines
710 B
Markdown

# Changelog
## 2026-02-21
### Changed
- VM module (`terraform/modules/vm/main.tf`): CPU, memory, and disk blocks are now conditional on `os_type == "linux"` via dynamic blocks — Windows clones inherit all hardware from the template
- VM module: added `lifecycle { ignore_changes = [efi_disk, tpm_state, disk, cpu, memory] }` to prevent Terraform from managing hardware inherited from Windows templates
- VM module: removed `efi_disk` dynamic block (EFI disk is inherited from template, not created by Terraform)
- rds01 specs adjusted to 2 cores / 6144 MB / 50 GB (documentation only — inherited from template)
### Removed
- ca01 VM (VMID 1005) — AD Certificate Authority removed from management tier