Day 2 — Terraform Providers
What is a Provider?
A provider is a plugin that bridges Terraform and a target API (like AWS, Azure, GCP, Kubernetes, Docker, Prometheus, Grafana, etc.). When you ask Terraform to create an VPC, the AWS provider transforms that HCL into AWS API calls...
30daysofawsterraform.hashnode.dev2 min read