From 0747ae8ec7e76ebf0b6f49aeb5d53cc791eba10c Mon Sep 17 00:00:00 2001 From: Thomas J Date: Tue, 4 Oct 2022 15:47:35 +0200 Subject: [PATCH 1/2] Docs: fix custom_dns_configuration_cluster_aws The import of this resource should performed using the project ID, not the auditing ID. --- website/docs/r/custom_dns_configuration_cluster_aws.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/r/custom_dns_configuration_cluster_aws.markdown b/website/docs/r/custom_dns_configuration_cluster_aws.markdown index 454a78bb83..d6caaf9ea3 100644 --- a/website/docs/r/custom_dns_configuration_cluster_aws.markdown +++ b/website/docs/r/custom_dns_configuration_cluster_aws.markdown @@ -33,10 +33,10 @@ resource "mongodbatlas_custom_dns_configuration_cluster_aws" "test" { ## Import -Custom DNS Configuration for Atlas Clusters on AWS must be imported using auditing ID, e.g. +Custom DNS Configuration for Atlas Clusters on AWS must be imported using Project ID, e.g. ``` $ terraform import mongodbatlas_custom_dns_configuration_cluster_aws.test 1112222b3bf99403840e8934 ``` -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) \ No newline at end of file +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) From 5dd61e062838ffd7a9e7b6e3484fb02a05e57c49 Mon Sep 17 00:00:00 2001 From: Zuhair Ahmed Date: Thu, 3 Nov 2022 13:13:24 -0400 Subject: [PATCH 2/2] Link update to OpenAPI Docs --- website/docs/r/custom_dns_configuration_cluster_aws.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/r/custom_dns_configuration_cluster_aws.markdown b/website/docs/r/custom_dns_configuration_cluster_aws.markdown index d6caaf9ea3..5bd4df1138 100644 --- a/website/docs/r/custom_dns_configuration_cluster_aws.markdown +++ b/website/docs/r/custom_dns_configuration_cluster_aws.markdown @@ -39,4 +39,4 @@ Custom DNS Configuration for Atlas Clusters on AWS must be imported using Projec $ terraform import mongodbatlas_custom_dns_configuration_cluster_aws.test 1112222b3bf99403840e8934 ``` -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) +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)