File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ This section covers connecting to a Cloud SQL for SQL Server instance.
2020 * ` CLOUD_SQL_MSSQL_REGION ` : The region of your Cloud SQL instance.
2121 * ` CLOUD_SQL_MSSQL_INSTANCE ` : The ID of your Cloud SQL instance.
2222 * ` CLOUD_SQL_MSSQL_DATABASE ` : The name of the database to connect to.
23- * ` CLOUD_SQL_MSSQL_IP_ADDRESS ` : The IP address of the Cloud SQL instance.
2423 * ` CLOUD_SQL_MSSQL_USER ` : The database username.
2524 * ` CLOUD_SQL_MSSQL_PASSWORD ` : The password for the database user.
2625
Original file line number Diff line number Diff line change @@ -53,7 +53,6 @@ export CLOUD_SQL_MSSQL_PROJECT="<your-gcp-project-id>"
5353export CLOUD_SQL_MSSQL_REGION=" <your-cloud-sql-region>"
5454export CLOUD_SQL_MSSQL_INSTANCE=" <your-cloud-sql-instance-id>"
5555export CLOUD_SQL_MSSQL_DATABASE=" <your-database-name>"
56- export CLOUD_SQL_MSSQL_IP_ADDRESS=" <your-instance-ip-address>"
5756export CLOUD_SQL_MSSQL_USER=" <your-database-user>"
5857export CLOUD_SQL_MSSQL_PASSWORD=" <your-database-password>"
5958export CLOUD_SQL_MSSQL_IP_TYPE=" PUBLIC" # Optional: `PUBLIC`, `PRIVATE`. Defaults to `PUBLIC`.
You can’t perform that action at this time.
0 commit comments