Command Familiars in Terraform
init Prepare your working directory for other commands
plan Show changes required by the current configuration
apply Create or update infrastructure
destroy Destroy previously-created infrastructure
validate Check whether the configuration is valid
Last updated