v1.13.0-alpha20250521
📦 terraformView on GitHub →
✨ 2 features🐛 1 fixes🔧 4 symbols
Summary
This alpha release introduces the `terraform stacks` CLI command and the new `-allow-deferral` flag for plan/apply/refresh operations to handle unknown values gracefully. The `terraform rpcapi` command is now generally available.
Migration Steps
- Use the new `-allow-deferral` flag with `plan`, `apply`, or `refresh` commands if you wish to allow Terraform to defer changes with unresolvable unknown values.
✨ New Features
- The new command `terraform stacks` exposes some stack operations through the cli. Use `terraform stacks -help` to see available commands.
- The `plan`, `apply`, and `refresh` commands now support the `-allow-deferral` flag, enabling Terraform and Providers to defer changes with unresolvable unknown values to future plans instead of failing.
🐛 Bug Fixes
- Filesystem functions are now checked for consistent results to catch invalid data during apply.