Easy Storage + Easy Provisioning: Backblaze Is Now a Terraform Provider Isn’t it nice when you tell someone to do something, and they just…do it? No step-by-step instructions necessary. For developers, that someone is Terraform, and that something is provisioning infrastructure for large-scale DevOps projects. Terraform is an open-source infrastructure as code (IaC) tool developed by HashiCorp. Instead of using imperative commands (step-by-step instructions), Terraform uses declarative code (“here’s what I want”). Developers simply describe a desired end state—for example, the number of virtual machines or Kubernetes clusters they need—and Terraform generates and executes a plan for reaching that end state.