DEV Community

Larai15
Larai15

Posted on

Introduction to Terraform

Terraform
It is tool for building, changing and versioning infrastructure safely and efficiently locally or in the cloud

Keys Features of Terraform

  1. Infrastructure as code - Using High level configuration syntax
  2. Execution Plans- It shows steps of what terraform will do when you apply the configuration
  3. Resource Graph- Builds a graph of all the resources that provides insight into the creation and modification of any non-dependent resources.
  4. Change Automation :it is the change process in infrastructure with requires minimal effort that requires the Execution Plan and Resource graph in order to aviod human error.

Top comments (0)