terraform HashiCorp Blog ·

Terraform 1.15: Windows ARM64, Dynamic Sources, Variable Deprecation

bloginfraawsdeprecationengineer
deprecation feature patch

Terraform 1.15 introduces support for Windows ARM64 builds and dynamic module sources, enhancing platform compatibility and flexibility. It also deprecates certain variable usages and adds AWS S3 login capabilities and inline type conversion. These changes affect users working with Windows on ARM64, module development, and those using older variable patterns.

  • Windows ARM64 builds support added
  • Dynamic module sources for dynamic configuration
  • Variable usage deprecation
  • AWS S3 authentication for sources
  • Inline type conversion support
Deprecations (1)
  • Variable usage deprecation

    Certain variable usages are deprecated in Terraform 1.15, signaling a move towards more explicit or safer patterns.

Features (3)
  • Windows ARM64 builds support added

    Terraform 1.15 now includes builds for Windows ARM64, expanding platform compatibility.

  • Dynamic module sources for dynamic configuration

    The release introduces dynamic module sources, allowing for more flexible module referencing and configuration.

  • AWS S3 authentication for sources

    Terraform 1.15 adds S3 AWS login support, simplifying authentication for S3-based sources.

Enhancements (1)
  • Inline type conversion support

    The update includes inline type conversion, providing a more concise way to change data types within Terraform configurations.

Read the original announcement →

https://www.hashicorp.com/blog/new-in-terraform-115-dynamic-sources-variable-deprecation-and-more

Related releases