Terraform

From wikinotes

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