From 506468315e81ec139d90fcd52272c0ca953b1756 Mon Sep 17 00:00:00 2001 From: Stephen Kirby Date: Wed, 27 Sep 2023 22:22:57 +0000 Subject: [PATCH] testing for the fun of it now --- 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 7f56198..a2744d1 100644 --- a/git-config/main.tf +++ b/git-config/main.tf @@ -33,7 +33,7 @@ data "coder_parameter" "user_email" { count = var.allow_email_change ? 1 : 0 name = "user_email" type = "string" - default = "" + default = data.coder_workspace.me.owner_email description = "Git user.email to be used for commits. Leave empty to default to Coder username." display_name = "Git config user.email" mutable = true