diff --git a/modules/azurerm/PostgreSQL-Flexible-Server/variables.tf b/modules/azurerm/PostgreSQL-Flexible-Server/variables.tf index 10e22404..5ee2a7af 100644 --- a/modules/azurerm/PostgreSQL-Flexible-Server/variables.tf +++ b/modules/azurerm/PostgreSQL-Flexible-Server/variables.tf @@ -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 }