Skip to content

Commit

Permalink
added reasonable defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Bakhmetev committed Sep 10, 2024
1 parent 7508985 commit 4db934d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tf-label/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ variable "component" {

variable "delimiter" {
type = string
default = null
default = "-"
description = "Delimiter between ID elements."
}

variable "label_case" {
type = string
default = null
default = "lower"
description = "Letter case of label elements"

validation {
Expand Down

0 comments on commit 4db934d

Please sign in to comment.