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
Copy file name to clipboardExpand all lines: mmv1/third_party/terraform/services/sql/resource_sql_database_instance.go.tmpl
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1251,6 +1251,12 @@ API (for read pools, effective_availability_type may differ from availability_ty
1251
1251
Optional: true,
1252
1252
Description: `The name of the allocated ip range for the private ip CloudSQL instance. For example: "google-managed-services-default". If set, the cloned instance ip will be created in the allocated range. The range name must comply with [RFC 1035](https://tools.ietf.org/html/rfc1035). Specifically, the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])?.`,
Copy file name to clipboardExpand all lines: mmv1/third_party/terraform/website/docs/r/sql_database_instance.html.markdown
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -625,6 +625,10 @@ The optional `point_in_time_restore_context` block supports:
625
625
626
626
*`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 cloned instance ip will be created in the allocated range. The range name must comply with [RFC 1035](https://tools.ietf.org/html/rfc1035). Specifically, the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])?.
627
627
628
+
*`source_instance_deletion_time` - (Optional) The timestamp of when the source instance was deleted for a clone from a deleted instance.
629
+
630
+
A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".
631
+
628
632
*`database_names` - (Optional) (SQL Server only, use with `point_in_time`) Clone only the specified databases from the source instance. Clone all databases if empty.
629
633
630
634
The optional `clone` block supports:
@@ -641,6 +645,10 @@ The optional `clone` block supports:
641
645
642
646
*`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 cloned instance ip will be created in the allocated range. The range name must comply with [RFC 1035](https://tools.ietf.org/html/rfc1035). Specifically, the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])?.
643
647
648
+
*`source_instance_deletion_time` - (Optional) The timestamp of when the source instance was deleted for a clone from a deleted instance.
649
+
650
+
A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".
651
+
644
652
The optional `restore_backup_context` block supports:
645
653
**NOTE:** Restoring from a backup is an imperative action and not recommended via Terraform. Adding or modifying this
646
654
block during resource creation/update will trigger the restore action after the resource is created/updated.
0 commit comments