0 votes
in Terraform by
What are the most useful Terraform commands?

1 Answer

0 votes
by

Some of the most useful Terraform commands are:

  • terraform init - initializes the current directory
  • terraform refresh - refreshes the state file
  • terraform output - views Terraform outputs
  • terraform apply - applies the Terraform code and builds stuff
  • terraform destroy - destroys what has been built by Terraform
  • terraform graph - creates a DOT-formatted graph
  • terraform plan - a dry run to see what Terraform will do

Related questions

0 votes
asked Mar 6, 2023 in Terraform by rajeshsharma
0 votes
asked Nov 18, 2021 in Other by DavidAnderson
...