Terraform UI to build, change, and version an infrastructure safely and efficiently.

View source on GitHub

Open source Terraform UI is now available! Read more

HospitalRun user interface screenshot

Terraform UI provides a flexible abstraction of resources and providers.

Infrastructure as Code

Infrastructure is described using a high-level configuration syntax. This allows a blueprint of your datacenter to be versioned and treated as you would any other code. Additionally, infrastructure can be shared and re-used.

Execution Plans

Terraform UI has a "planning" step where it generates an execution plan. The execution plan shows what Terraform will do when you call apply. This lets you avoid any surprises when Terraform manipulates infrastructure.

Resource Graph

Terraform UI builds a graph of all your resources, and parallelizes the creation and modification of any non-dependent resources. Because of this, Terraform builds infrastructure as efficiently as possible, and operators get insight into dependencies in their infrastructure.

Change Automation

Complex changesets can be applied to your infrastructure with minimal human interaction. With the previously mentioned execution plan and resource graph, you know exactly what Terraform will change and in what order, avoiding many possible human errors.

Open Source

Terraform UI is an infrastructure with its source code made available with a license in which the copyright holder provides the rights to study, change, and distribute the software to anyone and for any purpose. The code is free and open source and always will be.

Infrastructure As a Platform

Terraform UI is used to create, manage, and manipulate infrastructure resources. Examples of resources include physical machines, VMs, network switches, containers, etc. Almost any infrastructure noun can be represented as a resource in Terraform.

"Building software for the developing world is about embracing the realities of lower-resource settings as a driver - rather than a constraint - for innovation."

Read more about why we're making Terraform UI.