Change8

v1.13.0-alpha20250604

📦 terraformView on GitHub →
2 features🐛 1 fixes🔧 3 symbols

Summary

This alpha release introduces the new `terraform stacks` CLI command and makes the `terraform rpcapi` command generally available. It also includes enhancements for provider constraint checking and performance improvements for high cardinality resources.

Migration Steps

  1. If you reference external variables within `terraform test` files, consider adding an explicit `variable` definition block within the test file to avoid potential error diagnostics.

✨ New Features

  • The new command `terraform stacks` exposes some stack operations through the cli. Use `terraform stacks -help` to see available commands.
  • The command `terraform rpcapi` is now generally available, exposing certain Terraform operations through an RPC interface compatible with go-plugin.

🐛 Bug Fixes

  • Added a missing warning diagnostic that alerts users when child module contains an ignored `cloud` block.

Affected Symbols