v1.14.0-alpha20250813
📦 terraform
✨ 3 features🔧 6 symbols
Summary
This alpha release introduces enhancements to 'terraform test' regarding diagnostics and cleanup, alongside an experimental 'deferred actions' feature for handling unknown values in plan operations.
Migration Steps
- To use the experimental deferred actions feature, append the -allow-deferral flag to the terraform plan command.
✨ New Features
- terraform test: expected diagnostics are now included in test output when running in verbose mode.
- terraform test: the prevent_destroy attribute is now ignored during test cleanup.
- Experimental 'deferred actions' feature (via -allow-deferral flag) allows count and for_each arguments to have unknown values and enables providers to handle unknown values more flexibly.
🔧 Affected Symbols
terraform testterraform planprevent_destroycountfor_each-allow-deferral