Terraform

From wikinotes
Revision as of 17:22, 25 September 2022 by Will (talk | contribs) (→‎Overview)

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.
  • providers expose resource-types and data-sources that you can use

Notes

terraform syntax
terraform usage