Terraform Commands

Initialize terraform in a directory

terraform init

Apply a configuration

terraform apply

Destroy an infrastructure

terraform destroy

Show help

terraform help

Inspect state

terraform show

Validate configuration

terraform validate