What is Terraform ? Terraform is a powerful software from Hashicorp that allows you to write infrastructure as code in a declarative way to provision and manage any cloud, infrastructure, or service. The terraform plan command (similar to git diff output) is used to create an execution plan. Terraform performs a refresh, and then…