github hashicorp/terraform v1.1.0-alpha20210616

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

1.1.0 (Unreleased)

NEW FEATURES:

  • lang/funcs: add a new type() function, only available in terraform console (#28501)

ENHANCEMENTS:

  • configs: Terraform now checks the syntax of and normalizes module source addresses (the source argument in module 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 the terraform 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)
  • command/show: The -json output now indicates which state values are sensitive. (#28889)

BUG FIXES:

  • command/show: Fix an issue where the json configuration representation was missing fully-unwrapped references. (#28884)

Don't miss a new terraform release

NewReleases is sending notifications on new releases.