v1.14.0-alpha20250806
📦 terraform
✨ 3 features🔧 6 symbols
Summary
This alpha release introduces enhancements to 'terraform test' regarding diagnostic visibility and cleanup behavior, alongside a new experimental 'deferred actions' feature for handling unknown values in resource scaling arguments.
Migration Steps
- To use the experimental deferred actions feature, pass the -allow-deferral option to terraform plan.
✨ 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 plan-allow-deferralcountfor_eachprevent_destroy