Overview of Terraform
You must have heard of IaaS, Paas and SaaS. There is something called IaC or IaaC which stands for Infrastructure as a Code. Terraform is a popular infrastructure-as-code (IaC) tool that enables the automation provisioning and management of infrastructure resources. It generally uses configuration files which are written in the HashiCorp Configuration Language (HCL) to … Read more