File tree Expand file tree Collapse file tree 5 files changed +20
-0
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 +20
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,10 @@ 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+
1620 deletion_protection = false
1721}
1822
Original file line number Diff line number Diff line change @@ -18,6 +18,10 @@ 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+
2125 deletion_protection = false
2226}
2327
Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ 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+
812 deletion_protection = false
913}
1014
Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ 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+
812 deletion_protection = false
913}
1014
Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ 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+
812 deletion_protection = false
913}
1014
You can’t perform that action at this time.
0 commit comments