v1.14.0-alpha20250716
📦 terraformView on GitHub →
✨ 1 features
Summary
This alpha release introduces the experimental "deferred actions" feature, allowing greater flexibility with unknown values in count and for_each arguments during planning.
✨ New Features
- Introduced the experimental "deferred actions" feature, enabled via the `-allow-deferral` option to `terraform plan`, which allows `count` and `for_each` arguments in `module`, `resource`, and `data` blocks to have unknown values, improving provider flexibility.