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
-`expires_at` (String) Expiration date of the snapshot in RFC3339 format (ISO 8601).
14
13
-`instance_id` (String) MongoDB instance ID to snapshot. Can be a plain UUID or a regional ID.
15
14
16
15
### Optional
17
16
17
+
-`expires_at` (String) Expiration date of the snapshot in RFC3339 format (ISO 8601). If not set, the snapshot will not expire.
18
18
-`name` (String) Name of the snapshot. If not set, a name will be generated.
19
19
-`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.
20
20
-`wait` (Boolean) Wait for the snapshot to reach a terminal state before returning.
0 commit comments