From 37244890738e76877275534ba039e815c22a2a1e Mon Sep 17 00:00:00 2001 From: Phorcys <57866459+phorcys420@users.noreply.github.com> Date: Thu, 16 May 2024 21:25:03 +0200 Subject: [PATCH] fix(dotfiles): remove extra "(optional)" in coder parameter display name --- dotfiles/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/main.tf b/dotfiles/main.tf index 950cb9b..bfb67e4 100644 --- a/dotfiles/main.tf +++ b/dotfiles/main.tf @@ -44,7 +44,7 @@ data "coder_parameter" "dotfiles_uri" { type = "string" name = "dotfiles_uri" - display_name = "Dotfiles URL (optional)" + display_name = "Dotfiles URL" order = var.coder_parameter_order default = var.default_dotfiles_uri description = "Enter a URL for a [dotfiles repository](https://dotfiles.github.io) to personalize your workspace"