File tree Expand file tree Collapse file tree 4 files changed +2
-22
lines changed
postgres_instance_read_pool Expand file tree Collapse file tree 4 files changed +2
-22
lines changed Original file line number Diff line number Diff line change @@ -23,11 +23,6 @@ resource "google_sql_database_instance" "primary" {
2323
2424 instance_type = " CLOUD_SQL_INSTANCE"
2525
26- # If you wish to, set deletion_protection to true to prevent
27- # accidental deletion of this instance as a result of removing the
28- # Terraform resource.
29- deletion_protection = false
30-
3126 settings {
3227 tier = " db-perf-optimized-N-2"
3328 edition = " ENTERPRISE_PLUS"
@@ -52,11 +47,6 @@ resource "google_sql_database_instance" "replica" {
5247 instance_type = " READ_POOL_INSTANCE"
5348 node_count = 2
5449
55- # If you wish to, set deletion_protection to true to prevent
56- # accidental deletion of this instance as a result of removing the
57- # Terraform resource.
58- deletion_protection = false
59-
6050 settings {
6151 tier = " db-perf-optimized-N-2"
6252 edition = " ENTERPRISE_PLUS"
Original file line number Diff line number Diff line change 1515apiVersion : blueprints.cloud.google.com/v1alpha1
1616kind : BlueprintTest
1717metadata :
18- name : sql_mysql_instance_read_pool
18+ name : cloudsql_mysql_instance_read_pool
1919spec :
2020 skip : true
Original file line number Diff line number Diff line change @@ -23,11 +23,6 @@ resource "google_sql_database_instance" "primary" {
2323
2424 instance_type = " CLOUD_SQL_INSTANCE"
2525
26- # If you wish to, set deletion_protection to true to prevent
27- # accidental deletion of this instance as a result of removing the
28- # Terraform resource.
29- deletion_protection = false
30-
3126 settings {
3227 tier = " db-perf-optimized-N-2"
3328 edition = " ENTERPRISE_PLUS"
@@ -51,11 +46,6 @@ resource "google_sql_database_instance" "replica" {
5146 instance_type = " READ_POOL_INSTANCE"
5247 node_count = 2
5348
54- # If you wish to, set deletion_protection to true to prevent
55- # accidental deletion of this instance as a result of removing the
56- # Terraform resource.
57- deletion_protection = false
58-
5949 settings {
6050 tier = " db-perf-optimized-N-2"
6151 edition = " ENTERPRISE_PLUS"
Original file line number Diff line number Diff line change 1515apiVersion : blueprints.cloud.google.com/v1alpha1
1616kind : BlueprintTest
1717metadata :
18- name : sql_postgres_instance_read_pool
18+ name : cloudsql_postgres_instance_read_pool
1919spec :
2020 skip : true
You can’t perform that action at this time.
0 commit comments