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"