Skip to content

Commit

Permalink
Update cloud_backup_schedule.html.markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuhairahmed authored Jan 26, 2023
1 parent 421c4ef commit 4991580
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/r/cloud_backup_schedule.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ You can create a new cluster with `cloud_backup` enabled and then immediately ov
resource "mongodbatlas_cluster" "my_cluster" {
project_id = "<PROJECT-ID>"
name = "clusterTest"
disk_size_gb = 5
disk_size_gb = 10
//Provider Settings "block"
provider_name = "AWS"
Expand Down Expand Up @@ -260,4 +260,4 @@ Cloud Backup Schedule entries can be imported using project_id and cluster_name,
$ terraform import mongodbatlas_cloud_backup_schedule.test 5d0f1f73cf09a29120e173cf-MyClusterTest
```

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

0 comments on commit 4991580

Please sign in to comment.