You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
terraform/CHANGELOG.md

2.6 KiB

1.13.0 (Unreleased)

NEW FEATURES:

  • The new command terraform stacks exposes some stack operations through the cli. The available subcommands depend on the stacks plugin implementation. Use terraform stacks -help to see available commands. (#36931)

  • Deferred actions: The plan, apply, and refresh commands now support the -allow-deferral flag. The flag enables Terraform and Terraform Providers to defer changes with unresolvable unknown values to future plans instead of failing the entire plan. (#37067)

ENHANCEMENTS:

  • Filesystem functions are now checked for consistent results to catch invalid data during apply (#37001)

  • Allow successful init when provider constraint matches at least one valid version (#37137)

NOTES:

  • The command terraform rpcapi is now generally available. It is not intended for public consumption, but exposes certain Terraform operations through an RPC interface compatible with go-plugin. (#37067)

Previous Releases

For information on prior major and minor releases, refer to their changelogs: