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 @@ -73,7 +73,7 @@ resource "google_compute_address" "default" {
7373 region = " us-central1"
7474 address_type = " INTERNAL"
7575 subnetwork = " default" # Replace value with the name of the subnet here.
76- address = " 10.128 .0.43" # Replace value with the IP address to reserve.
76+ address = " 192.168 .0.43" # Replace value with the IP address to reserve.
7777}
7878
7979data "google_sql_database_instance" "default" {
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ resource "google_compute_address" "default" {
7777 region = " us-central1"
7878 address_type = " INTERNAL"
7979 subnetwork = " default" # Replace value with the name of the subnet here.
80- address = " 10.128 .0.42" # Replace value with the IP address to reserve.
80+ address = " 192.168 .0.42" # Replace value with the IP address to reserve.
8181}
8282
8383data "google_sql_database_instance" "default" {
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ resource "google_compute_address" "default" {
7474 region = " us-central1"
7575 address_type = " INTERNAL"
7676 subnetwork = " default" # Replace value with the name of the subnet here.
77- address = " 10.128 .0.44" # Replace value with the IP address to reserve.
77+ address = " 192.168 .0.44" # Replace value with the IP address to reserve.
7878}
7979
8080data "google_sql_database_instance" "default" {
You can’t perform that action at this time.
0 commit comments