Terraform - Phases

 Terraform works in phases

  1. write configuration file
  2. init - initializes project and identifies providers to be used for target environment
  3. plan - draws a plan to get to the target state
  4. apply/deploy - makes changes to the target environment to bring to the desired state. 
  5. destroy - destroy the infra when no longer needed

No comments:

Post a Comment