Terraform : Mastering the open source Infrastructure as Code tool

Serigne DIAW
4 min readJan 14, 2022

Terraform, created by HashiCorp in 2014, the open source Infrastructure as Code tool Terraform integrates with AWS, Azure or Google Cloud Platform to automate IT infrastructure.

It is an open source Infrastructure as Code (IaC) environment. Its purpose is to automate the provisioning and management of any Cloud infrastructure or IT resources.

Upstream, the operations to be performed will be coded in an ad hoc language specific to Terraform and called HashiCorp Configuration Language (HCL). Once…

--

--