Master in Infrastructure Automation
Terraform is an infrastructure as code (IaC) tool that allows you to build, change, and version infrastructure safely and efficiently. It is a tool for building, changing and managing infrastructure in a safe and repeatable way.
It manages environments with a configuration language called HCL i.e. HashiCorp Configuration Language. We can automate our infrastructure creation & provisioning
Terraform allows you to describe your complete infrastructure in the form of code. Even if your servers come from different providers such as AWS or Azure, Terraform helps you build and manage these resources in parallel across providers.
You can use Terraform to efficiently deploy, release, scale, and monitor infrastructure for multi-tier applications.