Introduction
Terraform CLI helps you create and manage cloud resources by running simple commands. It solves the problem of manually setting up infrastructure by automating the process with code.
When you want to create a virtual server in the cloud quickly and repeatedly.
When you need to update your cloud resources safely without breaking anything.
When you want to see what changes will happen before applying them.
When you want to keep track of your infrastructure setup in files.
When you want to destroy cloud resources you no longer need to save costs.