0.15.0-rc1 (Unreleased)
ENHANCEMENTS:
- backend/azurerm: Dependency Update and Fixes (#28181)
BUG FIXES:
- core: Fix crash when referencing resources with sensitive fields that may be unknown (#28180)
- core: Fix crash with resources which have sensitive iterable attributes (#28245)
- core: Extend the Terraform plan file format to include information about sensitivity and required-replace. This ensures that the output of
terraform show saved.tfplan
matchesterraform plan
, and sensitive values are elided. (#28201) - core: Ensure that stored dependencies are retained when a resource is removed entirely from the configuration, and
create_before_destroy
ordering is preserved (#28228) - core: Resources removed from the configuration will now be destroyed before their dependencies are updated (#28165)
- cli: Fix
fmt
output when unwrapping redundant multi-line string interpolations (#28202) - cli: Only rewrite provider locks file if its contents has changed. (#28230)