Skip to content

Commit fc3c3ee

Browse files
committed
fix lint
1 parent bc4eef2 commit fc3c3ee

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cloud_sql/mysql_instance_psa_psc/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ resource "google_compute_address" "default" {
7272
name = "psc-compute-address-${google_sql_database_instance.default.name}"
7373
region = "us-central1"
7474
address_type = "INTERNAL"
75-
subnetwork = "default" # Replace value with the name of the subnet here.
75+
subnetwork = "default" # Replace value with the name of the subnet here.
7676
address = "192.168.0.43" # Replace value with the IP address to reserve.
7777
}
7878

cloud_sql/postgres_instance_psa_psc/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ resource "google_compute_address" "default" {
7676
name = "psc-compute-address"
7777
region = "us-central1"
7878
address_type = "INTERNAL"
79-
subnetwork = "default" # Replace value with the name of the subnet here.
79+
subnetwork = "default" # Replace value with the name of the subnet here.
8080
address = "192.168.0.42" # Replace value with the IP address to reserve.
8181
}
8282

cloud_sql/sqlserver_instance_psa_psc/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ resource "google_compute_address" "default" {
7373
name = "psc-compute-address-${google_sql_database_instance.default.name}"
7474
region = "us-central1"
7575
address_type = "INTERNAL"
76-
subnetwork = "default" # Replace value with the name of the subnet here.
76+
subnetwork = "default" # Replace value with the name of the subnet here.
7777
address = "192.168.0.44" # Replace value with the IP address to reserve.
7878
}
7979

0 commit comments

Comments
 (0)