You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
absorb Command: New command that analyzes a Terraform plan JSON file to detect drift and automatically generates a graft manifest (absorb.graft.hcl) with override blocks to match the current remote state. Supports provider schema for improved output accuracy.
Deep Merge for Nested Blocks: Override files now perform deep merge on nested blocks, preserving original attributes from the source while applying override values. This applies to both static blocks and dynamic blocks.