Category: Data, Infrastructure, container, Hashicorp, github, automation

Terraform is an incredible tool for automating the provisioning of infrastructure via the concept of Infrastructure-as-Code (IaC) and Providers. IaC allows practitioners to declare the desired state for an environment, in a standard syntax that Terraform can understand.

Related Articles