0 votes
in Terraform by
Explain some overview of workflow of the core Terraform?

1 Answer

0 votes
by
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.
...