Commands
Installation
Verify tf installation
terraform -help
Commands
Start tf project
terraform init
Apply current configuration and provision
terraform apply
Destroy resources
terraform destroy
Verify tf installation
terraform -help
Start tf project
terraform init
Apply current configuration and provision
terraform apply
Destroy resources
terraform destroy