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

Terraform AWS Provider
Brian Mengo·Dev.to··1 min read
D
Continue reading on Dev.to
This article was sourced from Dev.to's RSS feed. Visit the original for the complete story.