Skip to content

Commit

Permalink
use empty string as the default language in terraform configuration w…
Browse files Browse the repository at this point in the history
…hen not passed
  • Loading branch information
bugfloyd committed May 5, 2024
1 parent e6fe74f commit 4e6d5e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions infra/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ variable "sqids_alphabet" {
variable "default_language" {
description = "Default language for bot"
type = string
default = ""
}

variable "zip_bundle_path" {
Expand Down

0 comments on commit 4e6d5e8

Please sign in to comment.