testing for the fun of it now

pull/47/head
Stephen Kirby 2 years ago
parent 89e0766f9e
commit 506468315e

@ -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

Loading…
Cancel
Save