Skip to content

Commit 655f666

Browse files
committed
fix: move expires_at to Optional section in docs
1 parent 79b94b4 commit 655f666

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/actions/mongodb_instance_snapshot_action.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ page_title: "Scaleway: scaleway_mongodb_instance_snapshot_action"
1010

1111
### Required
1212

13-
- `expires_at` (String) Expiration date of the snapshot in RFC3339 format (ISO 8601).
1413
- `instance_id` (String) MongoDB instance ID to snapshot. Can be a plain UUID or a regional ID.
1514

1615
### Optional
1716

17+
- `expires_at` (String) Expiration date of the snapshot in RFC3339 format (ISO 8601). If not set, the snapshot will not expire.
1818
- `name` (String) Name of the snapshot. If not set, a name will be generated.
1919
- `region` (String) Region of the MongoDB instance. If not set, the region is derived from the instance_id when possible or from the provider configuration.
2020
- `wait` (Boolean) Wait for the snapshot to reach a terminal state before returning.

0 commit comments

Comments
 (0)