File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
postgres_instance_read_pool Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ resource "google_sql_database_instance" "primary" {
2929 deletion_protection = false
3030
3131 settings {
32- tier = " db-perf-optimized-N-2"
33- edition = " ENTERPRISE_PLUS"
32+ tier = " db-perf-optimized-N-2"
33+ edition = " ENTERPRISE_PLUS"
3434
3535 backup_configuration {
3636 enabled = true
@@ -58,8 +58,8 @@ resource "google_sql_database_instance" "replica" {
5858 deletion_protection = false
5959
6060 settings {
61- tier = " db-perf-optimized-N-2"
62- edition = " ENTERPRISE_PLUS"
61+ tier = " db-perf-optimized-N-2"
62+ edition = " ENTERPRISE_PLUS"
6363
6464 ip_configuration {
6565 ipv4_enabled = true
Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ resource "google_sql_database_instance" "primary" {
2929 deletion_protection = false
3030
3131 settings {
32- tier = " db-perf-optimized-N-2"
33- edition = " ENTERPRISE_PLUS"
32+ tier = " db-perf-optimized-N-2"
33+ edition = " ENTERPRISE_PLUS"
3434
3535 backup_configuration {
3636 enabled = true
@@ -57,8 +57,8 @@ resource "google_sql_database_instance" "replica" {
5757 deletion_protection = false
5858
5959 settings {
60- tier = " db-perf-optimized-N-2"
61- edition = " ENTERPRISE_PLUS"
60+ tier = " db-perf-optimized-N-2"
61+ edition = " ENTERPRISE_PLUS"
6262
6363 ip_configuration {
6464 ipv4_enabled = true
You can’t perform that action at this time.
0 commit comments