v1.14.0-alpha20250806
📦 terraformView on GitHub →
✨ 1 features🐛 2 fixes
Summary
This alpha release introduces enhancements to terraform test output and cleanup, and enables the experimental deferred actions feature for handling unknown values in resource configurations.
✨ New Features
- Experimental "deferred actions" feature enabled by `-allow-deferral` in `terraform plan` permits unknown values in `count` and `for_each` arguments in module, resource, and data blocks, allowing providers to react more flexibly to unknowns.
🐛 Bug Fixes
- Expected diagnostics are now included in terraform test output when running in verbose mode.
- terraform test now ignores the prevent_destroy attribute during test cleanup.