File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
postgres_instance_psa_psc
sqlserver_instance_psa_psc Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 1515 */
1616
1717# [START cloud_sql_mysql_instance_psa_psc]
18+ // Create a Cloud SQL MySQL instance with both Private IP and Private Service Connect enabled.
1819
1920resource "google_compute_network" "peering_network" {
2021 name = " private-network"
Original file line number Diff line number Diff line change 1515 */
1616
1717# [START cloud_sql_postgres_instance_psa_psc]
18+ // Create a Cloud SQL Postgres instance with both Private IP and Private Service Connect enabled.
1819
1920resource "google_compute_network" "peering_network" {
2021 name = " private-network"
Original file line number Diff line number Diff line change 1515 */
1616
1717# [START cloud_sql_sqlserver_instance_psa_psc]
18+ // Create a Cloud SQL SQL server instance with both Private IP and Private Service Connect enabled.
1819
1920resource "google_compute_network" "peering_network" {
2021 name = " private-network"
You can’t perform that action at this time.
0 commit comments