From b18bab5f7039ed7c95dc937d3f0a62e307ff0d8e Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Fri, 20 Sep 2024 16:54:09 +0500 Subject: [PATCH] Update dotfiles/main.tf Co-authored-by: Michael Smith --- dotfiles/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/main.tf b/dotfiles/main.tf index c4862d8..9bc3735 100644 --- a/dotfiles/main.tf +++ b/dotfiles/main.tf @@ -41,7 +41,7 @@ variable "coder_parameter_order" { variable "manual_update" { type = bool - description = "Choose whether to enable a Coder app to refresh dotfiles on demand. This will add a button to workspace page to refresh dotfiles on demand." + description = "If true, this adds a button to workspace page to refresh dotfiles on demand." default = false }