Skip to content

v2.3.3

Latest

Choose a tag to compare

@Zordrak Zordrak released this 24 Apr 13:25
ef11c97

Multi-group support and OpenTofu compatibility

Features

  • Multi-group support: -g/--group/--groups now accepts comma-delimited values, e.g. -g dev,live. Each group's tfvars file is loaded in order. Closes #41.
  • OpenTofu compatibility: All terraform binary invocations now use ${TERRAFORM_BIN:-terraform}. Set TERRAFORM_BIN=tofu to use OpenTofu as a drop-in replacement.

Full Changelog: v2.3.1...v2.3.3