Change8

Migrating to Terraform v1.14.0-alpha20250903

Version v1.14.0-alpha20250903 introduces 1 breaking change. This guide details how to update your code.

Released: 9/3/2025

1
Breaking Changes
1
Migration Steps
0
Affected Symbols

Breaking 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 or run this version.

Migration Steps

  1. 1
    If building Terraform 1.14, ensure the build environment uses macOS Monterey or later.

Release Summary

This alpha release introduces improvements to 'terraform test' output and OSS backend proxy support. It also raises the minimum required macOS version for building due to the Go 1.25 toolchain.

Need More Details?

View the full release notes and all changes for Terraform v1.14.0-alpha20250903.

View Full Changelog