Change8

v1.14.0-alpha20250813

📦 terraformView on GitHub →
1 features🐛 2 fixes

Summary

This alpha release introduces expected diagnostic output for verbose terraform tests and ignores `prevent_destroy` during test cleanup. It also introduces the experimental "deferred actions" feature for handling unknown values in resource configurations.

✨ New Features

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

🐛 Bug Fixes

  • Expected diagnostics are now included in test output when running `terraform test` in verbose mode.
  • The `prevent_destroy` attribute is now ignored during cleanup when running `terraform test`.