2.4 KiB
2.4 KiB
1.1.0 (Unreleased)
UPGRADE NOTES:
- Terraform on macOS now requires macOS 10.13 High Sierra or later; Older macOS versions are no longer supported.
- The
terraform graph
command no longer supports-type=validate
and-type=eval
options. The validate graph is always the same as the plan graph anyway, and the "eval" graph was just an implementation detail of theterraform console
command. The default behavior of creating a plan graph should be a reasonable replacement for both of the removed graph modes. (Please note thatterraform graph
is not covered by the Terraform v1.0 compatibility promises, because its behavior inherently exposes Terraform Core implementation details, so we recommend it only for interactive debugging tasks and not for use in automation.)
NEW FEATURES:
- cli: The (currently-experimental)
terraform add
generates a starting point for a particular resource configuration. (#28874) - config: a new
type()
function, only available interraform console
(#28501)
ENHANCEMENTS:
- config: Terraform now checks the syntax of and normalizes module source addresses (the
source
argument inmodule
blocks) during configuration decoding rather than only at module installation time. This is largely just an internal refactoring, but a visible benefit of this change is that theterraform init
messages about module downloading will now show the canonical module package address Terraform is downloading from, after interpreting the special shorthands for common cases like GitHub URLs. (#28854)
BUG FIXES:
- core: Fixed an issue where provider configuration input variables were not properly merging with values in configuration (#29000)
Previous Releases
For information on prior major and minor releases, see their changelogs: