Update main.tf

This commit is contained in:
Hugo Dutka 2025-08-02 10:28:20 +02:00 committed by GitHub
parent c9cccc783f
commit 9b2171c007
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
}