Skip to content

Commit b9f46e0

Browse files
authored
remove CI aroundarounds, update metadata name
1 parent e2c6cef commit b9f46e0

File tree

4 files changed

+2
-22
lines changed

4 files changed

+2
-22
lines changed

cloud_sql/mysql_instance_read_pool/main.tf

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

cloud_sql/mysql_instance_read_pool/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
apiVersion: blueprints.cloud.google.com/v1alpha1
1616
kind: BlueprintTest
1717
metadata:
18-
name: sql_mysql_instance_read_pool
18+
name: cloudsql_mysql_instance_read_pool
1919
spec:
2020
skip: true

cloud_sql/postgres_instance_read_pool/main.tf

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

cloud_sql/postgres_instance_read_pool/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
apiVersion: blueprints.cloud.google.com/v1alpha1
1616
kind: BlueprintTest
1717
metadata:
18-
name: sql_postgres_instance_read_pool
18+
name: cloudsql_postgres_instance_read_pool
1919
spec:
2020
skip: true

0 commit comments

Comments
 (0)