Skip to content

Commit a3b6359

Browse files
authored
Update cloud_provider_snapshots.html.markdown (#605)
Minor typo on the name of the resource
1 parent d1ab4f8 commit a3b6359

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/docs/d/cloud_provider_snapshots.html.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ description: |-
1717
## Example Usage
1818

1919
```hcl
20-
resource "mongodbatlas_cloud_provider_snapshots" "test" {
20+
resource "mongodbatlas_cloud_provider_snapshot" "test" {
2121
group_id = "5d0f1f73cf09a29120e173cf"
2222
cluster_name = "MyClusterTest"
2323
description = "SomeDescription"
@@ -60,4 +60,4 @@ In addition to all arguments above, the following attributes are exported:
6060
* `type` - Specifies the type of cluster: replicaSet or shardedCluster.
6161

6262

63-
For more information see: [MongoDB Atlas API Reference.](https://docs.atlas.mongodb.com/reference/api/cloud-backup/backup/get-all-backups/)
63+
For more information see: [MongoDB Atlas API Reference.](https://docs.atlas.mongodb.com/reference/api/cloud-backup/backup/get-all-backups/)

0 commit comments

Comments
 (0)