0 votes
in Terraform by
What are the key features of Terraform?

1 Answer

0 votes
by

Terraform helps you manage all of your infrastructures as code and construct it as and when needed. Here are its key main features:

  1. A console that allows users to observe functions 
  2. The ability to translate HCL code into JSON format
  3. A configuration language that supports interpolation 
  4. A module count that keeps track of the number of modules applied to the infrastructure.
...