Write and run Terraform configurations in a cloud workspace.
Start coding free →Terraform is an open-source tool for defining infrastructure as code. You write configuration files in HCL (HashiCorp Configuration Language) that describe the resources you want, and Terraform provisions and manages them across your chosen provider. RunCode gives you a workspace with the Terraform CLI preinstalled and a terminal ready, in under a minute.
Open a Terraform workspace →Terraform automates the creation and management of infrastructure resources by treating your infrastructure as versioned code. You define what you need in HCL files, run a plan to preview changes, then apply to create or modify resources. Teams can share configurations, track changes in version control, and scale infrastructure up or down without manual reconfiguration. Terraform supports AWS, GCP, Azure, and many other providers.