Skip to content

Commit

Permalink
added formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
temitope777 committed Mar 26, 2024
1 parent 0bc86e0 commit 9e89ceb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cluster/terraform_kubernetes/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -177,12 +177,12 @@ variable "filebeat_version" {

variable "alertmanager_slack_receiver_list" {
description = "List of alertmanager Slack receivers. Each entry must have a corresponding webhook in the keyvault."
default = []
default = []
}

variable "alertable_apps" {
description = "Map of deployments which we want to monitor. Each key contains a map to override the default values."
default = {}
default = {}
}

locals {
Expand Down

0 comments on commit 9e89ceb

Please sign in to comment.