Open-source, community-driven infrastructure-as-code tool forked from Terraform and managed by the Linux Foundation, offering full HCL compatibility with added features like native state encryption and early variable evaluation.
Moment Integration
Moment Template Coming Soon.
Home Page
Key Features
- Declarative infrastructure provisioning using HCL (HashiCorp Configuration Language)
- Native client-side state file encryption (AES-GCM with AWS KMS, GCP KMS, OpenBao, PBKDF2)
- Early variable and locals evaluation in backend and module source blocks
- Provider iteration with
for_eachfor multi-region and multi-account deployments - Provider-defined custom functions
.tofufile extension for side-by-side testing with Terraform- Resource exclusion and skip flags during plan/apply
- Full compatibility with existing Terraform providers via Plugin Protocol v6
- Available as cloud-hosted or self-hosted
Background
- Forked from Terraform in August 2023 after HashiCorp switched from MPL to BSL license.
- Managed under the Linux Foundation; licensed under MPL 2.0.
- Latest stable release is v1.11 (December 2025) with ephemeral values and conditional resource enablement.
- Backed by a broad coalition including Gruntwork, Spacelift, env0, Scalr, and Harness.