File tree Expand file tree Collapse file tree 5 files changed +0
-20
lines changed
alloydb_backup_basic_test
alloydb_secondary_cluster_basic_test
alloydb_secondary_instance_basic_test Expand file tree Collapse file tree 5 files changed +0
-20
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,6 @@ resource "google_alloydb_cluster" "default" {
1313 network = data. google_compute_network . default . id
1414 }
1515
16- initial_user {
17- password = " alloydb-cluster-${ local . name_suffix } "
18- }
19-
2016 deletion_protection = false
2117}
2218
Original file line number Diff line number Diff line change @@ -18,10 +18,6 @@ resource "google_alloydb_cluster" "default" {
1818 network = data. google_compute_network . default . id
1919 }
2020
21- initial_user {
22- password = " alloydb-cluster-${ local . name_suffix } "
23- }
24-
2521 deletion_protection = false
2622}
2723
Original file line number Diff line number Diff line change @@ -5,10 +5,6 @@ resource "google_alloydb_cluster" "default" {
55 network = google_compute_network. default . id
66 }
77
8- initial_user {
9- password = " alloydb-cluster-${ local . name_suffix } "
10- }
11-
128 deletion_protection = false
139}
1410
Original file line number Diff line number Diff line change @@ -5,10 +5,6 @@ resource "google_alloydb_cluster" "primary" {
55 network = data. google_compute_network . default . id
66 }
77
8- initial_user {
9- password = " alloydb-primary-cluster-${ local . name_suffix } "
10- }
11-
128 deletion_protection = false
139}
1410
Original file line number Diff line number Diff line change @@ -5,10 +5,6 @@ resource "google_alloydb_cluster" "primary" {
55 network = data. google_compute_network . default . id
66 }
77
8- initial_user {
9- password = " alloydb-primary-cluster-${ local . name_suffix } "
10- }
11-
128 deletion_protection = false
139}
1410
You can’t perform that action at this time.
0 commit comments