Change8

v1.14.0-alpha20250911

Breaking Changes
📦 terraformView on GitHub →
1 breaking1 features🐛 2 fixes

Summary

This alpha release introduces a new GenerateResourceConfiguration RPC for providers and includes fixes for workspace variable retrieval during import and OSS backend proxy support. It also sets a new minimum macOS requirement for building.

⚠️ Breaking Changes

  • Building Terraform 1.14 requires macOS Monterey or later.Fix: Ensure the build environment uses macOS Monterey or later, as this is required by Go 1.25.

Migration Steps

  1. If building Terraform 1.14, ensure the build environment uses macOS Monterey or later due to Go 1.25 requirements.

✨ New Features

  • A new GenerateResourceConfiguration RPC allows providers to create more precise configuration values during import.

🐛 Bug Fixes

  • Retrieve all workspace variables during a `terraform import`, including variables inherited from variable sets but not overwritten by the workspace.
  • Fix OSS backend proxy support by adding a proxy layer for OSS backend operations (resolves hashicorp/terraform#36897).