All updates
Terraform Weekly – 2025 Week 35

Aug 28, 2025
This period at a glance
Window: 2025-08-25 → 2025-08-31 (Europe/Brussels)
- v1.14.0-alpha20250827 — Terraform released version 1.14.0-alpha20250827 on August 27, 2025, introducing enhancements to the terraform test command.
- terraform test now includes expected diagnostics in verbose mode output.
- terraform test ignores the prevent_destroy attribute during cleanup.
- v1.13.1 — Terraform v1.13.1, released on August 27, 2025, addresses bugs in the testing framework.
- Fixed a regression where
terraform test
with zero tests returned a non-zero exit code. - Prevented panic in
terraform test
when resolving incomplete references.
- Fixed a regression where