tf

terraform

terraform init
terraform plan --var-file="environment/sit.tfvars" -out="terraform.tfplan"
terraform apply "terraform.tfplan"
terraform destroy --var-file="environment/sit.tfvars"

terraform workspace

terraform workspace list
terraform workspace new sit
terraform workspace select sit

force-unlock

terraform force-unlock [options] LOCK_ID

Checks that all Terraform configuration files adhere to a canonical format

terraform fmt -check