How Terraform Talks to the Cloud We begin with an introductory concept of Terraform providers, which is basically a plugin bridging Terraform and cloud providers. Providers translate Terraform's HCL (HashiCorp Configuration Language) code into API calls understood by cloud platforms like AWS, Azure, or GCP. When you write code to provision for cloud resources e.g;Servers, Vpc or storage, Cloud pr