From 228666d84285efcd54d14c21488ce64eeb162842 Mon Sep 17 00:00:00 2001 From: Michael Brewer Date: Tue, 16 Apr 2024 14:38:12 -0700 Subject: [PATCH] Update main.tf Co-authored-by: Asher --- git-clone/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-clone/main.tf b/git-clone/main.tf index fc72809..9563f51 100644 --- a/git-clone/main.tf +++ b/git-clone/main.tf @@ -29,7 +29,7 @@ variable "git_providers" { type = map(object({ provider = string })) - description = "The set of git provider by the base url." + description = "A mapping of URLs to their git provider." default = { "https://github.com/" = { provider = "github"