Skip to content

Commit

Permalink
Update gcp-postgresql.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
twerthi authored Jul 27, 2023
1 parent d7faad7 commit 8ff0093
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ resource "google_sql_user" "postgres" {
resource "time_sleep" "wait" {
depends_on = [google_sql_database_instance.postgresql]

create_duration = "20s"
create_duration = "120s"
}

########################################################################################
Expand Down

0 comments on commit 8ff0093

Please sign in to comment.