Basic concepts of Terraform

What is Terraform? Terraform is an infrastructure as code (IaC) tool that allows you to build, change, and version infrastructure safely and efficiently. IaC is a code (human readable) that deploys your infrastructure resources onto various platforms instead of managing them manually through a user interface. How to install Terraform locally Download it from here… Continue reading Basic concepts of Terraform