Terraform
HashiCorp Terraform core releases and blog.
- Terraform Core Releases terraforminfra ·
Terraform 1.15.2 includes output values in plan and fixes 'terraform output -json' warnings
Terraform version 1.15.2 enhances the plan output to include output values for component instance changes. Additionally, this patch resolves a bug that caused unnecessary warnings when using 'terraform output -json'. These changes benefit engineers and architects using Terraform for infrastructure management by providing clearer plan details and a cleaner CLI experience.
patch - Terraform Core Releases terraforminfraengineer ·
Terraform v1.15.1: Bug fixes for configuration and init
Terraform version 1.15.1 addresses several bugs, including crashes related to invalid configuration blocks, issues with non-constant variable checks during initialization, and provider pre-release handling. These fixes improve stability and reliability for users performing Terraform operations.
patch - Terraform Core Releases terraforminfraawsdeprecationengineer ·
Terraform 1.15.0 adds Windows ARM64 builds and variable support in module sources
Terraform v1.15.0 introduces builds for Windows ARM64 and allows variables and locals in module source and version attributes. It also adds a `deprecated` attribute for variables and outputs, enabling better lifecycle management for configurations. These changes benefit engineers managing diverse environments and complex module dependencies by providing more flexibility and clearer deprecation signals.
feature patch deprecation - Terraform Core Releases terraforminfra ·
Terraform 1.14.9 Patch Release Includes Plugin Installation Fix
Terraform version 1.14.9 addresses a bug that caused errors during Terraform Stacks plugin installations. This patch ensures smoother plugin management for users, preventing interruptions in their infrastructure as code workflows.
patch
