From 9b2171c007d5341a8242777a5bc80a4163dc40c3 Mon Sep 17 00:00:00 2001 From: Hugo Dutka Date: Sat, 2 Aug 2025 10:28:20 +0200 Subject: [PATCH] Update main.tf --- registry/coder/modules/goose/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry/coder/modules/goose/main.tf b/registry/coder/modules/goose/main.tf index 93c2e15b..3977a9a0 100644 --- a/registry/coder/modules/goose/main.tf +++ b/registry/coder/modules/goose/main.tf @@ -26,7 +26,7 @@ variable "order" { variable "group" { type = string - description = "The name of a group that this app belongs to." + description = "The name of a group that this app belongs to!" default = null }