HCP Terraform Legacy Free Plan Migration Deadline Confirmed for March 31
HashiCorp confirms that all HCP Terraform legacy free plan workspaces will be automatically migrated to the enhanced free tier on March 31, 2026 — giving teams one month to review their configurations or switch to OpenTofu or self-hosted alternatives.
HashiCorp has confirmed that all HCP Terraform legacy free plan workspaces will be automatically migrated to the enhanced free tier on March 31, 2026, giving teams approximately one month to review their configurations, export their state files, or switch to alternative infrastructure-as-code platforms.
What Changes
The legacy free plan allowed unlimited workspaces with basic features. The enhanced free tier maintains free access but introduces a five-workspace limit for private modules and restricts some collaboration features to paid plans. State management, plan and apply operations, and integration with version control systems remain free. For individual developers and small teams, the changes are minor. For organizations that built internal platforms on the legacy free tier's unlimited workspace model, the migration may require consolidation or an upgrade to a paid plan.
Community Response
The announcement has reignited community discussion about the long-term viability of building infrastructure on proprietary platforms with free tiers that can change. OpenTofu, the community fork of Terraform created in response to HashiCorp's 2023 license change from MPL to BSL, has seen a notable uptick in GitHub activity and adoption inquiries since the migration announcement. OpenTofu 1.11, released in February, includes full compatibility with Terraform's state format, making migration technically straightforward.
Migration Options
Teams affected by the changes have several options: accept the automatic migration and adjust to the new tier's limitations, upgrade to HCP Terraform's paid Standard plan ($20 per user per month), migrate to OpenTofu with a self-hosted backend like PostgreSQL or S3, or move to alternative platforms like Pulumi or Spacelift. The migration deadline is firm — HashiCorp has stated that workspaces not manually migrated by March 31 will be automatically converted, with any excess workspaces archived but accessible for export.
Related Articles
GitHub Expands Developer Platform with Actions Artifacts v5 and Copilot Extensions GA
GitHub has shipped Actions Artifacts v5 with immutable storage and artifact attestation for tamper-proof build outputs, alongside the general availability of Copilot Extensions that let third-party tools integrate directly into the Copilot chat experience. The platform also expanded GitHub Models with seven new providers.
Docker Engine 29.3 Ships with Native gRPC Support and BuildKit v0.28
Docker Engine 29.3.0 introduces native gRPC support on listening sockets, BuildKit v0.28.0, and a new bind-create-src option for flexible volume mounting. The release lowers the minimum API version to v1.40 for broader backward compatibility and fixes DNS configuration corruption during daemon reloads.
GitHub Adds Dependabot Pre-Commit Support and 28 New Secret Scanning Detectors
GitHub has shipped two major supply chain security features: Dependabot now parses .pre-commit-config.yaml files and opens PRs to update hook versions, while secret scanning gains 28 new detectors from 15 providers including Snowflake, Supabase, and Vercel. Push protection is now enabled by default for 39 secret types.