Skip to content

v0.7.17

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Feb 19:34
  • IMPORTANT upcoming breaking change: the following flags and env variables have been deprecated and will be removed in the next version (v0.8.0), please use the new names:
    • --tfdir has been renamed to --terraform-dir
    • --tfflags has been renamed to --terraform-plan-flags
    • --use-tfstate has been renamed to --terraform-use-state
    • --tfplan has been renamed to --terraform-plan-file
    • --tfjson has been renamed to --terraform-json-file
    • --output and -o have been renamed to --format
    • TERRAFORM_BINARY has been renamed to INFRACOST_TERRAFORM_BINARY
    • TERRAFORM_CLOUD_HOST has been renamed to INFRACOST_TERRAFORM_CLOUD_HOST
    • TERRAFORM_CLOUD_TOKEN has been renamed to INFRACOST_TERRAFORM_CLOUD_TOKEN
    • SKIP_UPDATE_CHECK has been renamed to INFRACOST_SKIP_UPDATE_CHECK
  • feat(aws): add AWS CodeBuild support (#390)
  • feat: add Infracost config file (--config-file) support for multiple projects and outputs, see this docs page for details
  • feat(ci): add Atlantis integration, see this docs page for details