|100

Description:

  • Infrastructure management
  • Top to bottom, need to performs the dependencies first
  •  An execution plan describing what it will do to reach the desired state, and then executes it to build the described infrastructure.
  • As the configuration changes, Terraform can determine what changed and create incremental execution plans that can be applied.
  • The infrastructure Terraform can manage includes both low-level components such as compute instances, storage, and networking, and high-level components such as DNS entries and SaaS features.
  • Registry

Terraform Config File

Terraform CLI

Terraform SDK