From d58c69ace9d0a8ed9d61f81fbe99af23d8bd05d9 Mon Sep 17 00:00:00 2001 From: Michael Brewer Date: Tue, 16 Apr 2024 14:36:36 -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 485f847..07718e4 100644 --- a/git-clone/README.md +++ b/git-clone/README.md @@ -132,7 +132,7 @@ module "git-clone" { url = "https://gitlab.example.com/coder/coder/-/tree/feat/example" git_providers = { "https://gitlab.example.com/" = { - tree_path = "gitlab" + provider = "gitlab" } } }