You can follow the following link to understand it in the details.Link
In this exercise I get to learn about the different terraform commands.
- It initialize the terraform project.
terraform init
- See the planned the changes before applying
terraform plan
- applying the terraform on the cloud
terraform apply
- destroy the terraform from cloud
terraform destory