⌘K
Examples (6)
Initialize a new or existing Terraform configuration
terraform initVerify that the configuration files are syntactically valid
terraform validateFormat configuration according to Terraform language style conventions
terraform fmtGenerate and show an execution plan
terraform planBuild or change infrastructure
terraform applyDestroy Terraform-managed infrastructure
terraform destroymade by @shridhargupta | data from tldr-pages