Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
lantoli committed Sep 20, 2024
1 parent 2d5fc6f commit 9cd4b0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/resources/mongodb_employee_access_grant.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ output "expiration_time" {
The resource can be imported using project ID and cluster name, in the format `PROJECTID-CLUSTERNAME`, e.g.

```
$ terraform import mongodbatlas_push_based_log_export.test 650972848269185c55f40ca1-MyCluster
$ terraform import mongodbatlas_mongodb_employee_access_grant.test 650972848269185c55f40ca1-MyCluster
```

For more information see: [MongoDB Employee Access Grant API doc](https://www.mongodb.com/docs/atlas/reference/api-resources-spec/v2/#tag/Clusters/operation/grantMongoDBEmployeeAccess).
2 changes: 1 addition & 1 deletion templates/resources/mongodb_employee_access_grant.md.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
The resource can be imported using project ID and cluster name, in the format `PROJECTID-CLUSTERNAME`, e.g.

```
$ terraform import mongodbatlas_push_based_log_export.test 650972848269185c55f40ca1-MyCluster
$ terraform import mongodbatlas_mongodb_employee_access_grant.test 650972848269185c55f40ca1-MyCluster
```

For more information see: [MongoDB Employee Access Grant API doc](https://www.mongodb.com/docs/atlas/reference/api-resources-spec/v2/#tag/Clusters/operation/grantMongoDBEmployeeAccess).

0 comments on commit 9cd4b0a

Please sign in to comment.