Fixed an issue where resources being removed from state via removed block were incorrectly listed under planned_values in JSON plan representations, and a panic in console when evaluating expressions with deprecated values. Also fixed exit codes for plan, query, and refresh commands on variable errors, and two module installation edge cases with null and sensitive/ephemeral module sources.
Terraform
Fixed a crash during terraform init when modules have an empty source. Also added support for module version evaluating to null in dynamic module sources.
Terraform now produces builds for Linux s390x (zLinux). Fixed provider binary installation into symlinked directories during init.
Fixed a crash during provider installation when there is no config, and a bug that prevented migrating resources under multiple layers of module nesting with implicit provider configuration. Cloud backend now forwards the -generate-config-out flag to query create requests.
1.15.2 (May 6, 2026)
ENHANCEMENTS:
- stacks: add ouput values to plan component instance change description ([#38360](https://github.com/hashico...
1.15.1 (May 1, 2026)
BUG FIXES:
- Fixed crash when configuration has an invalid
action_triggernested block indataorephemerallifecycle...
1.14.9 (April 20, 2026)
BUG FIXES:
- Fix Terraform Stacks plugin installation error ([#38406](https://github.com/hashicorp/terraform/issues/3840...
1.14.8 (March 25, 2026)
BUG FIXES:
- Prevent crash in the display of relevant attributes after provider upgrades ([#38264](https://github.com/ha...
1.14.7 (March 11, 2026)
NOTES:
- Bump Go version to 1.25.8 to suppress security scanner false positives ([#38249](https://github.com/hashicorp/t...
1.14.6 (February 25, 2026)
BUG FIXES:
- terraform test: return error when provider config is invalid ([#38084](https://github.com/hashicorp/terr...
1.14.5 (February 11, 2026)
BUG FIXES:
- Fixed an issue where terraform stacks validate was failing to resolve relative paths for modules ([#3802...
1.14.4 (January 28, 2026)
BUG FIXES:
- backend: Fix nil pointer dereference crash during
terraform initwhen the destination backend returns a...
1.14.3 (December 17, 2025)
BUG FIXES:
- stacks: change absolute paths in path.module/path.root to be relative, as documented ([#37982](https://g...
1.14.2 (December 11, 2025)
ENHANCEMENTS:
- Add component registry source resolution support to Terraform Stacks ([#37888](https://github.com/has...
1.14.1 (December 3, 2025)
BUG FIXES:
- test: allow ephemeral outputs in root modules ([#37813](https://github.com/hashicorp/terraform/issues/378...
1.14.0 (November 19, 2025)
NEW FEATURES:
- List Resources: List resources can be defined in
*.tfquery.hclfiles and allow querying and fil...
1.13.5 (November 5, 2025)
BUG FIXES:
- impure functions could cause templatefile to incorrectly fail consistency checks ([#37807](https://github...
1.13.4 (October 15, 2025)
BUG FIXES:
- Fix crash when showing a cloud plan without having a cloud backend ([#37751](https://github.com/hashicorp...
1.13.3 (September 17, 2025)
BUG FIXES:
- variable validation: keep sensitive and ephemeral metadata when evaluating variable conditions. ([#3759...


