Skip to content

v0.8.0

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Apr 14:09
· 678 commits to main since this release
v0.8.0
84a9119

Added

  • Add support for hierarchical configuration of the stack environment variables.
    • The terramate.config.run.env declared closer to the stack has precedence over
      declarations in parent directories.
  • Full support for OpenTofu plan files when syncing deployments, drifts or previews to Terramate Cloud.
    • Add option flag --tofu-plan-file as alternative to --terraform-plan-file.
    • Add script command option tofu_plan_file as alternative to terraform_plan_option.
    • Both options work similar to their Terraform counterparts, but indicate that the plan was generated with tofu.

Refactor

  • (BREAKING CHANGE) Use terramate.required_version to detect project root if git is absent.
    • This is only a breaking change for projects not using git.