Command Familiars in Terraform

  1. init Prepare your working directory for other commands

  2. plan Show changes required by the current configuration

  3. apply Create or update infrastructure

  4. destroy Destroy previously-created infrastructure

  5. validate Check whether the configuration is valid

Last updated