diff --git a/modules/databases/postgresql_server/configuration.tf b/modules/databases/postgresql_server/configuration.tf index a5a7ff63a1..4514a3c688 100644 --- a/modules/databases/postgresql_server/configuration.tf +++ b/modules/databases/postgresql_server/configuration.tf @@ -4,7 +4,7 @@ resource "time_sleep" "wait_propagation" { depends_on = [azurerm_postgresql_server.postgresql] - create_duration = "60s" + create_duration = "120s" } resource "azurerm_postgresql_configuration" "postgresql_configuration" {