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" } } }