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 a73a04b commit 5e241a4Copy full SHA for 5e241a4
modules/database/main.tf
@@ -17,6 +17,10 @@ resource "google_sql_database_instance" "this" {
17
tier = var.postgres_tier
18
deletion_protection_enabled = var.deletion_protection
19
20
+ backup_configuration {
21
+ enabled = true
22
+ }
23
+
24
ip_configuration {
25
ipv4_enabled = false
26
private_network = var.network_connection_string
0 commit comments