Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 965 Bytes

File metadata and controls

19 lines (14 loc) · 965 Bytes

Links

Terraform Basic Commands

terraform init: initiate terraform, install provider
terraform fmt: format code
terraform validate: validate code
terraform plan: plan before provisining infrastructure
terraform apply: provision infrastructure
terraform destroy: nuke infrastructure
terraform output: list all outputs

use --auto-approve option with apply and destroy to skip confirmation message