diff --git a/dotfiles/main.tf b/dotfiles/main.tf index 1b5161f..a265665 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 update dotfiles on demand. This will add a button to workspace page to update dotfiles on demand." + 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." default = false }