Change8

v1.14.0-alpha20250724

📦 terraformView on GitHub →
1 features

Summary

This alpha release introduces an enhancement for terraform test output when running in verbose mode and enables the experimental "deferred actions" feature.

✨ New Features

  • The experimental "deferred actions" feature, enabled by passing the `-allow-deferral` option to `terraform plan`, permits `count` and `for_each` arguments in `module`, `resource`, and `data` blocks to have unknown values and allows providers to react more flexibly to unknown values.