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
Description: "List of region where backups are pushed. Not more than 1 regions for MongoDB. Not more than 2 regions for the other engines with one being the same as the nodes[].region field",
114
+
Optional: true,
115
+
Computed: true,
116
+
Elem: &schema.Schema{Type: schema.TypeString},
117
+
},
118
+
"backup_time": {
119
+
Type: schema.TypeString,
120
+
Description: "Time on which backups start every day",
121
+
Optional: true,
122
+
Computed: true,
123
+
},
111
124
"disk_size": {
112
125
Type: schema.TypeInt,
113
126
Description: "Disk size attributes of the cluster",
Copy file name to clipboardExpand all lines: website/docs/r/cloud_project_database.html.markdown
+6-1
Original file line number
Diff line number
Diff line change
@@ -231,13 +231,18 @@ The following arguments are supported:
231
231
232
232
*`version` - (Required) The version of the engine in which the service should be deployed
233
233
234
+
*`backup_regions` - List of region where backups are pushed. Not more than 1 regions for MongoDB. Not more than 2 regions for the other engines with one being the same as the nodes[].region field
235
+
236
+
*`backup_time` - Time on which backups start every day.
237
+
234
238
## Attributes Reference
235
239
236
240
The following attributes are exported:
237
241
238
242
*`id` - Public Cloud Database Service ID
239
243
*`service_name` - See Argument Reference above.
240
-
*`backup_time` - Time on which backups start every day.
244
+
*`backup_regions` - See Argument Reference above.
245
+
*`backup_time` - See Argument Reference above.
241
246
*`created_at` - Date of the creation of the cluster.
242
247
*`description` - See Argument Reference above.
243
248
*`endpoints` - List of all endpoints objects of the service.
0 commit comments