Change8

v1.14.0-alpha20250903

Breaking Changes
📦 terraformView on GitHub →
1 breaking2 features🐛 1 fixes

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.

⚠️ Breaking Changes

  • 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. If building Terraform 1.14, ensure the build environment uses macOS Monterey or later.

✨ New Features

  • Expected diagnostics are now included in test output when running 'terraform test' in verbose mode.
  • The 'prevent_destroy' attribute is now ignored during the cleanup phase of 'terraform test'.

🐛 Bug Fixes

  • Fixed OSS backend proxy support by adding a proxy layer for OSS backend operations (resolves hashicorp/terraform#36897).