From 0ff5872d417ed43d9f5b26628d7abc332b2ea7fc Mon Sep 17 00:00:00 2001 From: Michael Brewer Date: Tue, 16 Apr 2024 14:36:44 -0700 Subject: [PATCH] Update README.md Co-authored-by: Asher --- git-clone/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-clone/README.md b/git-clone/README.md index 07718e4..216b93b 100644 --- a/git-clone/README.md +++ b/git-clone/README.md @@ -103,7 +103,7 @@ module "git-clone" { url = "https://github.example.com/coder/coder/tree/feat/example" git_providers = { "https://github.example.com/" = { - tree_path = "github" + provider = "github" } } }