If we say about the workflow of core Terraform it contains three main steps:-
Terraform Workflow
(1)Write:-Here in this step we will create infrastructure in the form of code.
(2)Plan:-In this step Plan ahead of time to see how the changes will look before they are implemented.
(3)Apply:-In this step we will create a repeatable infrastruture.