Terraform

From wikinotes
Revision as of 16:50, 25 September 2022 by Will (talk | contribs)

A configuration orchestration tool by hashicorp.

Documentation

home https://www.terraform.io/

Overview

  • infrastructure is described/managed from a directory with a *.tf file
  • resources are composable building-blocks. They may describe network-configurations, VPS servers, DNS records, etc.

Notes

terraform syntax
terraform usage