Terraform Basics

Terraform is an IAC (Infrastructure as a Code) tool that uses declarative approach to provision Infrastructure in an automated way. Terraform is a state-based tool. It is a tool where you define your Desired State (in configuration files) and terraform ensures that...