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 list
terraform workspace new sit
terraform workspace select sit
terraform force-unlock [options] LOCK_ID
terraform fmt -check