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 2d23306 commit 57d3ee7Copy full SHA for 57d3ee7
1 file changed
infra/gcp/modules/common/main.tf
@@ -80,6 +80,10 @@ resource "google_sql_database_instance" "instance" {
80
ipv4_enabled = false
81
private_network = google_compute_network.vpc.id
82
}
83
+ backup_configuration {
84
+ enabled = true
85
+ location = var.region
86
+ }
87
88
89
0 commit comments