
terraform
List of commands for terraform:
-
terraform:tldr:0750d terraform: Destroy Terraform-managed infrastructure.$ terraform destroytry on your machineexplain this command
-
terraform:tldr:624f0 terraform: Initialize a new or existing Terraform configuration.$ terraform inittry on your machineexplain this command
-
terraform:tldr:680d9 terraform: Verify that the configuration files are syntactically valid.$ terraform validatetry on your machineexplain this command
-
terraform:tldr:d3bb4 terraform: Build or change infrastructure.$ terraform applytry on your machineexplain this command