Terraform works in phases
- write configuration file
- init - initializes project and identifies providers to be used for target environment
- plan - draws a plan to get to the target state
- apply/deploy - makes changes to the target environment to bring to the desired state.
- destroy - destroy the infra when no longer needed
No comments:
Post a Comment