HashiCorp open-sourced Terraform in 2014; in 2023 the BSL relicense triggered a Linux Foundation fork called OpenTofu. Same HCL language, same provider model, mostly drop-in. Both let you write infrastructure as code once and apply it across AWS, Azure, GCP, Cloudflare, GitHub, Datadog — anything with a provider.
← Back to DevOps & CI/CDaws, azurerm, google, cloudflare, ...).apply-ing at once.terraform plan surfaces it.apply can delete a database. Use prevent_destroy, plan -out, and PR-gated CI.terraform apply with creds in shell history; use OIDC + assume-role.