You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -396,6 +397,12 @@ is set to true. Defaults to ZONAL.`,
396
397
AtLeastOneOf: ipConfigurationKeys,
397
398
Description: `The name of the allocated ip range for the private ip CloudSQL instance. For example: "google-managed-services-default". If set, the instance ip will be created in the allocated range. The range name must comply with RFC 1035. Specifically, the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])?.`,
Description: `Whether Google Cloud services such as BigQuery are allowed to access data in this Cloud SQL instance over a private IP connection. SQLSERVER database type is not supported.`,
@@ -209,7 +210,7 @@ includes an up-to-date reference of supported versions.
209
210
210
211
*`deletion_protection` - (Optional) Whether or not to allow Terraform to destroy the instance. Unless this field is set to false
211
212
in Terraform state, a `terraform destroy` or `terraform apply` command that deletes the instance will fail. Defaults to `true`.
212
-
213
+
213
214
~> **NOTE:** This flag only protects instances from deletion within Terraform. To protect your instances from accidental deletion across all surfaces (API, gcloud, Cloud Console and Terraform), use the API flag `settings.deletion_protection_enabled`.
214
215
215
216
*`restore_backup_context` - (optional) The context needed to restore the database to a backup run. This field will
@@ -280,7 +281,7 @@ The optional `settings.sql_server_audit_config` subblock supports:
280
281
281
282
*`upload_interval` - (Optional) How often to upload generated audit files. A duration in seconds with up to nine fractional digits, terminated by 's'. Example: "3.5s".
282
283
283
-
*`retention_interval` - (Optional) How long to keep generated audit files. A duration in seconds with up to nine fractional digits, terminated by 's'. Example: "3.5s".
284
+
*`retention_interval` - (Optional) How long to keep generated audit files. A duration in seconds with up to nine fractional digits, terminated by 's'. Example: "3.5s".
284
285
285
286
*`time_zone` - (Optional) The time_zone to be used by the database engine (supported only for SQL Server), in SQL Server timezone format.
286
287
@@ -324,6 +325,8 @@ This setting can be updated, but it cannot be removed after it is set.
324
325
325
326
*`allocated_ip_range` - (Optional) The name of the allocated ip range for the private ip CloudSQL instance. For example: "google-managed-services-default". If set, the instance ip will be created in the allocated range. The range name must comply with [RFC 1035](https://datatracker.ietf.org/doc/html/rfc1035). Specifically, the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])?.
326
327
328
+
*`enable_private_path_for_google_cloud_services` - (Optional) Whether Google Cloud services such as BigQuery are allowed to access data in this Cloud SQL instance over a private IP connection. SQLSERVER database type is not supported.
329
+
327
330
The optional `settings.ip_configuration.authorized_networks[]` sublist supports:
328
331
329
332
*`expiration_time` - (Optional) The [RFC 3339](https://tools.ietf.org/html/rfc3339)
0 commit comments