From 6510434c4e58b22c36d633031b790bb78e17a223 Mon Sep 17 00:00:00 2001 From: Michael Brewer Date: Fri, 5 Apr 2024 09:16:40 -0700 Subject: [PATCH] Update git-clone/main.tf Co-authored-by: Mathias Fredriksson --- git-clone/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" {