File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
postgres_instance_psa_psc
sqlserver_instance_psa_psc Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments