...

/

Using Terraform to Manage Infrastructure as Code

Using Terraform to Manage Infrastructure as Code

Get an overview of Terraform and how it can be used to manage IaC.

About Terraform

Today’s “king of infrastructure as code” is Terraform. It’s designed from the ground up as an immutable IaC solution. It is, by far, the most widely used, and almost every respectable service vendor has created modules for their platforms. We can see the breadth of its adoption from the list of currently available Terraform providers.

Terraform can use different providers and combines managing various resources with templating. Its system of variables ...