Skip to content

Commit

Permalink
pr changes
Browse files Browse the repository at this point in the history
  • Loading branch information
temitope777 committed Apr 30, 2024
1 parent acf557f commit 20a3878
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions terraform/aks/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@ variable "enable_monitoring" {
default = false
description = "Enable monitoring and alerting"
}
variable "postgres_enable_high_availability" {
default = false
variable "postgres_enable_high_availability" {
default = false
}
variable "postgres_flexible_server_sku" {
default = "B_Standard_B1ms"
variable "postgres_flexible_server_sku" {
default = "B_Standard_B1ms"
}
variable "azure_maintenance_window" {
default = null
variable "azure_maintenance_window" {
default = null
}

variable "enable_postgres_ssl" {
Expand Down

0 comments on commit 20a3878

Please sign in to comment.