Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
loafoe committed Mar 25, 2022
1 parent 9f57d69 commit 053a167
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,9 @@ variable "thanos_store_memory" {
}

variable "thanos_compactor_enabled" {
type = bool
type = bool
description = "Enable or disable the Thanos compactor component"
default = true
default = true
}

variable "thanos_compactor_disk_quota" {
Expand Down

0 comments on commit 053a167

Please sign in to comment.