Skip to content

v0.2.0

Latest

Choose a tag to compare

@github-actions github-actions released this 13 Feb 03:22

Features

  • 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.