We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22f9c19 commit 33f8a2aCopy full SHA for 33f8a2a
databases.tf
@@ -13,6 +13,11 @@ resource "google_sql_database_instance" "postgres_instance" {
13
name = "max_connections"
14
value = "400"
15
}
16
+
17
+ backup_configuration {
18
+ enabled = true
19
+ point_in_time_recovery_enabled = true
20
+ }
21
22
# If we need to execute SQL...
23
# provisioner "local-exec" {
0 commit comments