Introduction Terraform, developed by HashiCorp, is an open-source tool used for building, changing, and versioning infrastructure safely and efficiently. It enables users to define and provision data center infrastructure using a high-level configuration language known as HashiCorp Configuration Language (HCL). One of Terraform’s most powerful features is its extensibility through the use of providers. Providers are plugins that Terraform uses to interact with cloud service providers, SaaS providers, and other APIs.

Continue reading