File tree Expand file tree Collapse file tree 1 file changed +15
-15
lines changed
backupdr/backup_plan_association Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -60,21 +60,21 @@ resource "google_compute_disk" "default" {
6060}
6161
6262resource "google_sql_database_instance" "default" {
63- name = " instance-test"
64- database_version = " MYSQL_8_0_41"
65- region = " us-central1"
66- settings {
67- tier = " db-f1-micro"
68- backup_configuration {
69- enabled = true
70- }
71- }
72- lifecycle {
73- ignore_changes = [
74- settings [0 ]. backup_configuration [0 ]. enabled ,
75- ]
76- }
77- deletion_protection = false
63+ name = " instance-test"
64+ database_version = " MYSQL_8_0_41"
65+ region = " us-central1"
66+ settings {
67+ tier = " db-f1-micro"
68+ backup_configuration {
69+ enabled = true
70+ }
71+ }
72+ lifecycle {
73+ ignore_changes = [
74+ settings [0 ]. backup_configuration [0 ]. enabled ,
75+ ]
76+ }
77+ deletion_protection = false
7878}
7979
8080resource "google_backup_dr_backup_vault" "default" {
You can’t perform that action at this time.
0 commit comments