Skip to content

Commit 7be5d6e

Browse files
Update sql_database_instance.html.markdown (#13079) (#21427)
[upstream:0c7109c2c189bd45d01235c48ffdec01e9f73297] Signed-off-by: Modular Magician <[email protected]>
1 parent 89e7c33 commit 7be5d6e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.changelog/13079.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:none
2+
sql: Updated `preferred_zone` definition in `sql_database_instance.html.markdown` file.
3+
```

website/docs/r/sql_database_instance.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ The optional `clone` block supports:
540540

541541
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".
542542

543-
* `preferred_zone` - (Optional) (Point-in-time recovery for PostgreSQL only) Clone to an instance in the specified zone. If no zone is specified, clone to the same zone as the source instance. [clone-unavailable-instance](https://cloud.google.com/sql/docs/postgres/clone-instance#clone-unavailable-instance)
543+
* `preferred_zone` - (Optional) (Available with point-in-time recovery for MySQL and PostgreSQL only.) Clone to an instance in the specified zone. If no zone is specified, clone to the same zone as the source instance. [clone-unavailable-instance](https://cloud.google.com/sql/docs/postgres/clone-instance#clone-unavailable-instance)
544544

545545
* `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.
546546

0 commit comments

Comments
 (0)