Skip to content

Commit

Permalink
Merge pull request #88 from ruwinrmrrr/main-25674
Browse files Browse the repository at this point in the history
Change postgre sql server high availability standby availability zone variable to number
  • Loading branch information
SazniMohamed authored Aug 6, 2024
2 parents e28327b + 0902639 commit e5e9edf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/azurerm/PostgreSQL-Flexible-Server/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -128,5 +128,5 @@ variable "high_availability_mode" {
variable "high_availability_standby_availability_zone" {
default = null
description = "Specifies the Availability Zone in which the standby Flexible Server should be located."
type = any
type = number
}

0 comments on commit e5e9edf

Please sign in to comment.