Skip to content

Terraform Workflow

The basic Terraform workflow is:

  1. write configuration
  2. initialize the working directory
  3. review the execution plan
  4. apply the changes
  5. maintain state and iterate safely

The plan step is what makes Terraform operationally useful. It lets teams review proposed infrastructure changes before they are applied.