Skip to content

Commit 4991580

Browse files
authored
Update cloud_backup_schedule.html.markdown
1 parent 421c4ef commit 4991580

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/docs/r/cloud_backup_schedule.html.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ You can create a new cluster with `cloud_backup` enabled and then immediately ov
2525
resource "mongodbatlas_cluster" "my_cluster" {
2626
project_id = "<PROJECT-ID>"
2727
name = "clusterTest"
28-
disk_size_gb = 5
28+
disk_size_gb = 10
2929
3030
//Provider Settings "block"
3131
provider_name = "AWS"
@@ -260,4 +260,4 @@ Cloud Backup Schedule entries can be imported using project_id and cluster_name,
260260
$ terraform import mongodbatlas_cloud_backup_schedule.test 5d0f1f73cf09a29120e173cf-MyClusterTest
261261
```
262262

263-
For more information see: [MongoDB Atlas API Reference.](https://docs.atlas.mongodb.com/reference/api/cloud-backup/schedule/modify-one-schedule/)
263+
For more information see: [MongoDB Atlas API Reference.](https://docs.atlas.mongodb.com/reference/api/cloud-backup/schedule/modify-one-schedule/)

0 commit comments

Comments
 (0)