Change8

v1.13.0-alpha20250702

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

Summary

This alpha release introduces the `terraform stacks` CLI command and makes the `terraform rpcapi` generally available. Enhancements focus on testing improvements and performance fixes.

Migration Steps

  1. Test authors referencing external variables in test files should ensure these variables are accompanied by a `variable` definition block within the test file to avoid potential error diagnostics.

✨ New Features

  • Introduced the new command `terraform stacks` to expose some stack operations through the CLI.
  • The `terraform rpcapi` command is now generally available, exposing certain Terraform operations through an RPC interface compatible with go-plugin.

🐛 Bug Fixes

  • Added a missing warning diagnostic for users when a child module contains an ignored `cloud` block.
  • Fixed an issue where nested module outputs could lose sensitivity even when marked as such in the configuration.
  • Workspace validation now rejects empty string names (`""`) for workspace creation.
  • The `workspace delete` command was updated to reject empty string names (`""`) as invalid workspace names.

Affected Symbols