Terraform

From wikinotes
Revision as of 18:21, 25 September 2022 by Will (talk | contribs) (→‎Notes)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

A configuration orchestration tool by hashicorp.

Documentation

home https://www.terraform.io/

Overview

  • terraform modules are a directory of *.tf files that describe/manage your desired infrastructure
  • terraform resources are composable building-blocks. They may describe network-configurations, VPS servers, DNS records, etc.
  • terraform providers expose resource-types and data-sources that you can use

Notes

terraform tutorials
terraform syntax
terraform usage