diff --git a/dotfiles/main.tf b/dotfiles/main.tf index c1479eb..d67a857 100644 --- a/dotfiles/main.tf +++ b/dotfiles/main.tf @@ -16,6 +16,7 @@ variable "agent_id" { data "coder_parameter" "dotfiles_uri" { type = "string" + name = "dotfiles_uri" display_name = "Dotfiles URL (optional)" default = "" description = "Enter a URL for a [dotfiles repository](https://dotfiles.github.io) to personalize your workspace"