Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 3.33 KB

CHANGELOG.md

File metadata and controls

40 lines (28 loc) · 3.33 KB

1.9.0 (Unreleased)

ENHANCEMENTS:

  • terraform console: Now has basic support for multi-line input in interactive mode. (#34822)

    If an entered line contains opening paretheses/etc that are not closed, Terraform will await another line of input to complete the expression. This initial implementation is primarily intended to support pasting in multi-line expressions from elsewhere, rather than for manual multi-line editing, so the interactive editing support is currently limited.

BUG FIXES:

  • remote-exec: Each remote connection will be closed immediately after use [GH-34137]

EXPERIMENTS:

Experiments are only enabled in alpha releases of Terraform CLI. The following features are not yet available in stable releases.

  • terraform test accepts a new option -junit-xml=FILENAME. If specified, and if the test configuration is valid enough to begin executing, then Terraform writes a JUnit XML test result report to the given filename, describing similar information as included in the normal test output. (#34291)

  • The new command terraform rpcapi exposes some Terraform Core functionality through an RPC interface compatible with go-plugin. The exact RPC API exposed here is currently subject to change at any time, because it's here primarily as a vehicle to support the Terraform Stacks private preview and so will be broken if necessary to respond to feedback from private preview participants, or possibly for other reasons. Do not use this mechanism yet outside of Terraform Stacks private preview.

  • The language-level experiment unknown_instances permits count and for_each arguments in module, resource, and data blocks to have unknown values.

    This is at an early stage and so currently setting these arguments to unknown values will only yield broken behavior, and so it's not yet useful to participate in this experiment. Future work will improve support for this new possibility, gradually making this experiment viable.

Previous Releases

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