v1.15.6
📦 terraformView on GitHub →
🐛 4 fixes🔧 1 symbols
Summary
This patch release focuses on several bug fixes, including corrections for state representation, console panics, exit codes for command errors, and module installation edge cases.
🐛 Bug Fixes
- Fixed an issue where resources being removed from state via `removed` block were incorrectly listed under `planned_values` in json representations of the plan file.
- Fixed a panic in the console when evaluating an expression involving deprecated values.
- Fixed the exit code for plan, query, and refresh commands when variable-related errors occur.
- Fixed two module installation edge cases involving null values and sensitive/ephemeral module sources.