Skip to content

Commit

Permalink
Postgresql sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudlh authored Nov 17, 2021
1 parent b44ccf1 commit 216171f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/databases/postgresql_server/configuration.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down

0 comments on commit 216171f

Please sign in to comment.