diff --git a/Day-2/01-providers.md b/Day-2/01-providers.md index 58970352..0d4c9ef2 100644 --- a/Day-2/01-providers.md +++ b/Day-2/01-providers.md @@ -1,5 +1,5 @@ # Providers - + new A provider in Terraform is a plugin that enables interaction with an API. This includes cloud providers, SaaS providers, and other APIs. The providers are specified in the Terraform configuration code. They tell Terraform which services it needs to interact with.