HomeToolsAbout

Commands

Installation

Verify tf installation

terraform -help

Commands

Start tf project

terraform init

Apply current configuration and provision

terraform apply

Destroy resources

terraform destroy
AboutContact