Skip to content

Commit 9136eee

Browse files
Update AlloyDB docs and checking initial user/password on create for the cluster (#15796) (#1181)
[upstream:043db2be4b5abf5c808fbc024d7b41d4e92e3e85] Signed-off-by: Modular Magician <[email protected]>
1 parent 7e311da commit 9136eee

File tree

5 files changed

+0
-20
lines changed
  • alloydb_backup_basic_test
  • alloydb_backup_full_test
  • alloydb_cluster_basic
  • alloydb_secondary_cluster_basic_test
  • alloydb_secondary_instance_basic_test

5 files changed

+0
-20
lines changed

alloydb_backup_basic_test/main.tf

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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

alloydb_backup_full_test/main.tf

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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

alloydb_cluster_basic/main.tf

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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

alloydb_secondary_cluster_basic_test/main.tf

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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

alloydb_secondary_instance_basic_test/main.tf

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)