1.

Explain the workflow of the core terraform.

Answer»

Terraform's CORE workflow consists of THREE steps:

  • Write - Create infrastructure in the FORM of code.
  • Plan - Plan ahead of time to see how the changes will look before they are implemented.
  • Apply - Create a repeatable infrastructure.


Discussion

No Comment Found