Migrating to Terraform v1.12.0-rc1
Version v1.12.0-rc1 introduces 1 breaking change. This guide details how to update your code.
Released: 4/30/2025
1
Breaking Changes
1
Migration Steps
3
Affected Symbols
⚠️ Check Your Code
If you use any of these symbols, you need to read this guide:
terraform initterraform testimport blockBreaking Changes
●Issue #1
On Linux, Terraform now requires Linux kernel version 3.2 or later; support for previous versions has been discontinued. Users on older kernels must upgrade their kernel to continue using Terraform.
Migration Steps
- 1If running on Linux, ensure the kernel version is 3.2 or later.
Release Summary
This release introduces OCI Object Storage backend support and enhances Terraform Test capabilities with parallelism control and improved assertion diagnostics. It also drops support for Linux kernels older than 3.2.
Need More Details?
View the full release notes and all changes for Terraform v1.12.0-rc1.
View Full Changelog