From aa77697b0a3b12dfb48f62a5976cb98b896f5876 Mon Sep 17 00:00:00 2001 From: "U-OZONE\\niranjan.t" Date: Mon, 25 Aug 2025 03:24:18 +0530 Subject: [PATCH] updated file --- Day-2/01-providers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.