github hashicorp/terraform v0.14.0-alpha20200910

latest releases: v1.9.0-alpha20240516, v1.8.3, v1.9.0-alpha20240501...
pre-release3 years ago

0.14.0 (Unreleased)

ENHANCEMENTS:

  • cli: A new global command line option -chdir=..., placed before the selected subcommand, instructs Terraform to switch to a different working directory before executing the subcommand. This is similar to switching to a new directory with cd before running Terraform, but it avoids changing the state of the calling shell. (#26087)
  • command: Added an experimental concise diff renderer. By default, Terraform plans now hide most unchanged fields, only displaying the most relevant changes and some identifying context. This experiment can be disabled by setting a TF_X_CONCISE_DIFF environment variable to 0. (#26187)

BREAKING CHANGES:

  • configs: The version argument inside provider configuration blocks is deprecated. Instead, use the required_providers setting. (#26135)

BUG FIXES:

  • command/clistate: return an error on a state unlock failure [#25729]
  • lang/funcs: fix panic when element() is called with a negative offset (#26079)
  • states/remote: fix state push -force to work for all backends (#26190)

Don't miss a new terraform release

NewReleases is sending notifications on new releases.