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
@@ -107,6 +125,12 @@ The following arguments are supported:
107
125
-`region` - (Defaults to [provider](../index.md#region)`region`) The [region](../guides/regions_and_zones.md#regions) in which the MongoDB® instance should be created.
108
126
-`project_id` - (Defaults to [provider](../index.md#project_id)`project_id`) The ID of the project the MongoDB® instance is associated with.
109
127
128
+
### Snapshot Scheduling
129
+
130
+
-`snapshot_schedule_frequency_hours` - (Optional) Snapshot schedule frequency in hours.
131
+
-`snapshot_schedule_retention_days` - (Optional) Snapshot schedule retention in days.
132
+
-`is_snapshot_schedule_enabled` - (Optional) Enable or disable automatic snapshot scheduling.
133
+
110
134
~> **Important** If neither private_network nor public_network is specified, a public network endpoint is created by default.
111
135
112
136
@@ -130,6 +154,9 @@ In addition to all arguments above, the following attributes are exported:
130
154
-`id` - The ID of the endpoint.
131
155
-`port` - TCP port of the endpoint.
132
156
-`dns_records` - List of DNS records for your endpoint.
157
+
-`snapshot_schedule_frequency_hours` - Snapshot schedule frequency in hours.
158
+
-`snapshot_schedule_retention_days` - Snapshot schedule retention in days.
159
+
-`is_snapshot_schedule_enabled` - Whether automatic snapshot scheduling is enabled.
133
160
-`tls_certificate` - The PEM-encoded TLS certificate for the MongoDB® instance, if available.
-> **Note** If nothing is defined, your Database Instance will have a default public load-balancer endpoint.
130
130
131
+
-> **Note** Managed PostgreSQL and MySQL Database Instances are compatible with the [VPC routing](https://www.scaleway.com/en/docs/network/vpc/concepts/#routing) feature, which allows you to connect one or more Database Instances in a Private Network to resources in other Private Networks of the same VPC. This feature is automatically enabled when your Database Instance is connected to a Private Network within a VPC that has routing enabled. Refer to the [How to manage routing](https://www.scaleway.com/en/docs/network/vpc/how-to/manage-routing/) documentation page for more information about VPC routing.
0 commit comments