Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
roch committed Aug 14, 2024
1 parent 85b1e96 commit a528e7b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,17 @@ variable "www_production" {
}

variable "chat_integration" {
type = string
type = string
default = ""
}

variable "chat_staging" {
type = string
type = string
default = ""
}

variable "chat_production" {
type = string
type = string
default = ""
}

Expand Down

0 comments on commit a528e7b

Please sign in to comment.