From f26c939fcf184719ca9cb15bac08a2b637d1a1f2 Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Tue, 26 Sep 2023 02:49:01 +0300 Subject: [PATCH] Update main.tf --- dotfiles/main.tf | 1 + 1 file changed, 1 insertion(+) 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"