Migrating to Terraform v1.14.0-rc1
Version v1.14.0-rc1 introduces 1 breaking change. This guide details how to update your code.
Released: 10/23/2025
1
Breaking Changes
1
Migration Steps
6
Affected Symbols
⚠️ Check Your Code
If you use any of these symbols, you need to read this guide:
terraform queryterraform validate -queryterraform applyterraform importterraform testterraform stacksBreaking Changes
●Issue #1
Building Terraform 1.14 now requires macOS Monterey or later because it is built on Go 1.25, which imposes this requirement. Users on older macOS versions must upgrade their OS to build from source.
Migration Steps
- 1If building Terraform from source on macOS, ensure the build environment is macOS Monterey or later.
Release Summary
This release introduces significant new features around infrastructure querying via HCL files and the `terraform query` command, alongside a new provider-extensible Actions block. It also includes several bug fixes and raises the minimum required macOS version for building from source.
Need More Details?
View the full release notes and all changes for Terraform v1.14.0-rc1.
View Full Changelog