diff --git a/git-clone/main.tf b/git-clone/main.tf index 83510a9..971120d 100644 --- a/git-clone/main.tf +++ b/git-clone/main.tf @@ -47,7 +47,7 @@ output "repo_dir" { output "clone_url" { value = local.clone_url - description = "Git repository URL" + description = "The exact Git repository URL that will be cloned" } output "web_url" {