terraform

An Introduction to Terraform

Submitted by Christian Crawford on Mon, 03/27/2023 - 17:34

What is Terraform

Terraform is a CLI tool that allows you as system administrators, developers, etc. to build your infrastructure via declarative configuration files. This approach is commonly referred to as "Infrastructure as code" (IaC), and there are many such tools and implementations offered by some of the largest cloud providers and enterprise focused companies. For example Amazon has Cloudformation, Microsoft has Azure Automation, and Red Hat provides the Ansible automation platform.

Subscribe to terraform