Skip to content

Commit 727ef1f

Browse files
committed
add short description at beginning
1 parent f3010e2 commit 727ef1f

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

cloud_sql/mysql_instance_psa_psc/main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
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

1920
resource "google_compute_network" "peering_network" {
2021
name = "private-network"

cloud_sql/postgres_instance_psa_psc/main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
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

1920
resource "google_compute_network" "peering_network" {
2021
name = "private-network"

cloud_sql/sqlserver_instance_psa_psc/main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
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

1920
resource "google_compute_network" "peering_network" {
2021
name = "private-network"

0 commit comments

Comments
 (0)