You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# terraform init - to initialize a working directory containing terraform configuration files
# terraform plan - creates an execution plan, which lets you preview the changes that Terraform plans to make to your infrastructure
# terraform apply - performs a plan just like terraform plan does, but then actually carries out the planned changes to each resource using the relevant infrastructure provider's API
# terraform destroy - The terraform destroy command is used to destroy the project infrastructure