From 8b20bccb57ae54589af4b12992d8d8e648d68b3f Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Sat, 3 Feb 2024 15:27:48 +0300 Subject: [PATCH] address review comments --- git-config/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-config/main.tf b/git-config/main.tf index 2661360..d92a0b7 100644 --- a/git-config/main.tf +++ b/git-config/main.tf @@ -45,7 +45,7 @@ data "coder_parameter" "username" { type = "string" default = "" description = "Git user.name to be used for commits. Leave empty to default to Coder user's Full Name." - display_name = "Git config user.name" + display_name = "Full Name for Git config" mutable = true }