Terraform console terminal tips & tricks #cloud #terraform Hi All! Terraform is one of the popular Infrastructure as Code (IaC) tool/mechanism which is cloud agnostic as well. It simplifies the immutable infrastructure building across various environments like Dev, QA, UAT and Prod etc., When we/beginner start to practise terraform commands before using azure devops or Github actions CI/CD pipeline, try via applying below coomands in either CMD or powershell. terraform init terraform plan terraform validate terraform apply Even though, we play with main above commands, terraform console give us the feel of internal play ground. Please look into the below image.