Skip to content

Commit a2905f3

Browse files
Docs: fix custom_dns_configuration_cluster_aws (#860)
* Docs: fix custom_dns_configuration_cluster_aws The import of this resource should performed using the project ID, not the auditing ID. * Link update to OpenAPI Docs Co-authored-by: Zuhair Ahmed <[email protected]>
1 parent 4f050d7 commit a2905f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/docs/r/custom_dns_configuration_cluster_aws.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ resource "mongodbatlas_custom_dns_configuration_cluster_aws" "test" {
3333

3434

3535
## Import
36-
Custom DNS Configuration for Atlas Clusters on AWS must be imported using auditing ID, e.g.
36+
Custom DNS Configuration for Atlas Clusters on AWS must be imported using Project ID, e.g.
3737

3838
```
3939
$ terraform import mongodbatlas_custom_dns_configuration_cluster_aws.test 1112222b3bf99403840e8934
4040
```
4141

42-
See detailed information for arguments and attributes: [MongoDB API Custom DNS Configuration for Atlas Clusters on AWS](https://docs.atlas.mongodb.com/reference/api/aws-custom-dns)
42+
See detailed information for arguments and attributes: [MongoDB API Custom DNS Configuration for Atlas Clusters on AWS](https://www.mongodb.com/docs/atlas/reference/api-resources-spec/#tag/Custom-DNS-for-Atlas-Clusters-Deployed-to-AWS)

0 commit comments

Comments
 (0)