terraform version
terraform
terraform init
terraform plan -out .\dev\dev.tfplan -state .\dev\dev.tfstate
-var-file .\dev\dev.tfvars
terraform apply -state .\dev\dev.tfstate ` .\dev\dev.tfplan
terraform plan -out .\test\test.tfplan -state .\test\test.tfstate
-var-file .\test\test.tfvars
terraform apply -state .\test\test.tfstate ` .\test\test.tfplan
terraform plan -out .\prod\prod.tfplan -state .\prod\prod.tfstate
-var-file .\prod\prod.tfvars
terraform apply -state .\prod\prod.tfstate ` .\prod\prod.tfplan
terraform destroy -state .\dev\dev.tfstate ` -var-file .\dev\dev.tfvars