terraform/CHANGELOG.md

1.8 KiB

1.1.0 (Unreleased)

NEW FEATURES:

  • cli: terraform add generates resource configuration templates (#28874)
  • config: a new type() function, only available in terraform console (#28501)

ENHANCEMENTS:

  • config: 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)

BUG FIXES:

  • core: Fixed an issue where provider configuration input variables were not properly merging with values in configuration (#29000)
  • cli: Fixed a crashing bug with some edge-cases when reporting syntax errors that happen to be reported at the position of a newline. (#29048)

Previous Releases

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