From b363554ad0b149c9ad6ac9d27c1d17419d30d0c2 Mon Sep 17 00:00:00 2001 From: Leo Antoli <430982+lantoli@users.noreply.github.com> Date: Thu, 11 Jul 2024 13:33:46 +0200 Subject: [PATCH 1/5] add 0.8.2 metadata --- .../docs/guides/0.8.2-upgrade-guide.html.markdown | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/website/docs/guides/0.8.2-upgrade-guide.html.markdown b/website/docs/guides/0.8.2-upgrade-guide.html.markdown index d0741793ed..1c15ae1f25 100644 --- a/website/docs/guides/0.8.2-upgrade-guide.html.markdown +++ b/website/docs/guides/0.8.2-upgrade-guide.html.markdown @@ -1,4 +1,15 @@ -## 0.8.2 Upgrade Guide for Privatelink users +--- +layout: "mongodbatlas" +page_title: "MongoDB Atlas Provider 0.8.2: Upgrade and Information Guide" +sidebar_current: "docs-mongodbatlas-guides-082-upgrade-guide" +description: |- + MongoDB Atlas Provider 0.8.2: Upgrade and Information Guide + +--- + +# MongoDB Atlas Provider v0.8.2: Upgrade and Information Guide + +## Upgrade Guide for Privatelink users ### Resources are impacted that were created with versions ***v0.8.0/v0.8.1*** ### Fixed in [#398](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/398) From 704a34f3bb0ce48fea6df96d9f43368fcb350750 Mon Sep 17 00:00:00 2001 From: Leo Antoli <430982+lantoli@users.noreply.github.com> Date: Fri, 12 Jul 2024 09:01:02 +0200 Subject: [PATCH 2/5] update old category and remove unneeded headers --- RELEASING.md | 6 ++++++ website/docs/guides/0.6.0-upgrade-guide.html.markdown | 6 +----- website/docs/guides/0.8.0-upgrade-guide.html.markdown | 6 +----- website/docs/guides/0.8.2-upgrade-guide.html.markdown | 6 +----- website/docs/guides/0.9.0-upgrade-guide.html.markdown | 6 +----- website/docs/guides/0.9.1-upgrade-guide.html.markdown | 5 +---- website/docs/guides/1.0.0-upgrade-guide.html.markdown | 5 +---- website/docs/guides/1.0.1-upgrade-guide.html.markdown | 5 +---- website/docs/guides/1.1.0-upgrade-guide.html.markdown | 5 +---- website/docs/guides/1.10.0-upgrade-guide.html.markdown | 5 +---- website/docs/guides/1.11.0-upgrade-guide.html.markdown | 4 ---- website/docs/guides/1.12.0-upgrade-guide.html.markdown | 4 ---- website/docs/guides/1.13.0-upgrade-guide.html.markdown | 4 ---- website/docs/guides/1.14.0-upgrade-guide.html.markdown | 4 ---- website/docs/guides/1.15.0-upgrade-guide.html.markdown | 4 ---- website/docs/guides/1.16.0-upgrade-guide.html.markdown | 4 ---- website/docs/guides/1.17.0-upgrade-guide.html.markdown | 4 ---- website/docs/guides/1.2.0-upgrade-guide.html.markdown | 5 +---- website/docs/guides/1.3.0-upgrade-guide.html.markdown | 5 +---- website/docs/guides/1.4.0-upgrade-guide.html.markdown | 5 +---- website/docs/guides/1.5.0-upgrade-guide.html.markdown | 5 +---- website/docs/guides/1.6.0-upgrade-guide.html.markdown | 5 +---- website/docs/guides/1.7.0-upgrade-guide.html.markdown | 5 +---- website/docs/guides/1.8.0-upgrade-guide.html.markdown | 5 +---- website/docs/guides/1.9.0-upgrade-guide.html.markdown | 5 +---- .../Programmatic-API-Key-upgrade-guide-1.10.0.html.markdown | 4 ---- website/docs/guides/howto-guide.html.markdown | 4 ---- 27 files changed, 23 insertions(+), 108 deletions(-) diff --git a/RELEASING.md b/RELEASING.md index 3cbc3d19e4..8d3aef4b8d 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -9,6 +9,12 @@ - If some deprecated attributes need to be removed in the following release, create a Jira ticket and merge the corresponding PR before starting the release workflow. You can search in the code for the constansts in [deprecation.go](https://github.com/mongodb/terraform-provider-mongodbatlas/blob/master/internal/common/constant/deprecation.go) to find them. +### Move old guides + +**Note**: Only applies if the right most version digit is 0 (considered a major or minor version in [semantic versioning](https://semver.org/)). + +- Keep only [Guides](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/master/website/docs/guides) for 12 months. Previous versions must be added in the header `subcategory: "Older Guides"`. + ### Revise jira release Before triggering a release, view the corresponding [unreleased jira page](https://jira.mongodb.org/projects/CLOUDP?selectedItem=com.atlassian.jira.jira-projects-plugin:release-page&status=unreleased&contains=terraform) to ensure there are no pending tickets. In case there are pending tickets, verify with the team if the expectation is to have them included within the current release. After release workflow is successful the version will be marked as released automatically. diff --git a/website/docs/guides/0.6.0-upgrade-guide.html.markdown b/website/docs/guides/0.6.0-upgrade-guide.html.markdown index 2dd24ae9d9..027fcca403 100644 --- a/website/docs/guides/0.6.0-upgrade-guide.html.markdown +++ b/website/docs/guides/0.6.0-upgrade-guide.html.markdown @@ -1,10 +1,6 @@ --- -layout: "mongodbatlas" page_title: "MongoDB Atlas Provider 0.6.0: Upgrade Guide" -sidebar_current: "docs-mongodbatlas-guides-060-upgrade-guide" -description: |- - MongoDB Atlas Provider 0.6.0: Upgrade Guide - +subcategory: "Older Guides" --- # MongoDB Atlas Provider 0.6.0: Upgrade Guide diff --git a/website/docs/guides/0.8.0-upgrade-guide.html.markdown b/website/docs/guides/0.8.0-upgrade-guide.html.markdown index fd782f6830..f8a276918f 100644 --- a/website/docs/guides/0.8.0-upgrade-guide.html.markdown +++ b/website/docs/guides/0.8.0-upgrade-guide.html.markdown @@ -1,10 +1,6 @@ --- -layout: "mongodbatlas" page_title: "MongoDB Atlas Provider 0.8.0: Upgrade and Information Guide" -sidebar_current: "docs-mongodbatlas-guides-080-upgrade-guide" -description: |- - MongoDB Atlas Provider 0.8.0: Upgrade and Information Guide - +subcategory: "Older Guides" --- # MongoDB Atlas Provider v0.8.0: Upgrade and Information Guide diff --git a/website/docs/guides/0.8.2-upgrade-guide.html.markdown b/website/docs/guides/0.8.2-upgrade-guide.html.markdown index 1c15ae1f25..648e8c0a39 100644 --- a/website/docs/guides/0.8.2-upgrade-guide.html.markdown +++ b/website/docs/guides/0.8.2-upgrade-guide.html.markdown @@ -1,10 +1,6 @@ --- -layout: "mongodbatlas" page_title: "MongoDB Atlas Provider 0.8.2: Upgrade and Information Guide" -sidebar_current: "docs-mongodbatlas-guides-082-upgrade-guide" -description: |- - MongoDB Atlas Provider 0.8.2: Upgrade and Information Guide - +subcategory: "Older Guides" --- # MongoDB Atlas Provider v0.8.2: Upgrade and Information Guide diff --git a/website/docs/guides/0.9.0-upgrade-guide.html.markdown b/website/docs/guides/0.9.0-upgrade-guide.html.markdown index 2afa51cd85..e90107070c 100644 --- a/website/docs/guides/0.9.0-upgrade-guide.html.markdown +++ b/website/docs/guides/0.9.0-upgrade-guide.html.markdown @@ -1,10 +1,6 @@ --- -layout: "mongodbatlas" page_title: "MongoDB Atlas Provider 0.9.0: Upgrade and Information Guide" -sidebar_current: "docs-mongodbatlas-guides-090-upgrade-guide" -description: |- - MongoDB Atlas Provider 0.9.0: Upgrade and Information Guide - +subcategory: "Older Guides" --- # MongoDB Atlas Provider v0.9.0: Upgrade and Information Guide diff --git a/website/docs/guides/0.9.1-upgrade-guide.html.markdown b/website/docs/guides/0.9.1-upgrade-guide.html.markdown index 7d6dfcb342..178ad922cc 100644 --- a/website/docs/guides/0.9.1-upgrade-guide.html.markdown +++ b/website/docs/guides/0.9.1-upgrade-guide.html.markdown @@ -1,9 +1,6 @@ --- -layout: "mongodbatlas" page_title: "MongoDB Atlas Provider 0.9.1: Upgrade and Information Guide" -sidebar_current: "docs-mongodbatlas-guides-091-upgrade-guide" -description: |- - MongoDB Atlas Provider 0.9.1: Upgrade and Information Guide +subcategory: "Older Guides" --- # MongoDB Atlas Provider v0.9.1: Upgrade and Information Guide diff --git a/website/docs/guides/1.0.0-upgrade-guide.html.markdown b/website/docs/guides/1.0.0-upgrade-guide.html.markdown index 76daa8ce30..16f9e57842 100644 --- a/website/docs/guides/1.0.0-upgrade-guide.html.markdown +++ b/website/docs/guides/1.0.0-upgrade-guide.html.markdown @@ -1,9 +1,6 @@ --- -layout: "mongodbatlas" page_title: "MongoDB Atlas Provider 1.0.0: Upgrade and Information Guide" -sidebar_current: "docs-mongodbatlas-guides-100-upgrade-guide" -description: |- -MongoDB Atlas Provider 0.1.0: Upgrade and Information Guide +subcategory: "Older Guides" --- # MongoDB Atlas Provider 1.0.0: Upgrade and Information Guide diff --git a/website/docs/guides/1.0.1-upgrade-guide.html.markdown b/website/docs/guides/1.0.1-upgrade-guide.html.markdown index 077af1caaa..3c27062365 100644 --- a/website/docs/guides/1.0.1-upgrade-guide.html.markdown +++ b/website/docs/guides/1.0.1-upgrade-guide.html.markdown @@ -1,9 +1,6 @@ --- -layout: "mongodbatlas" page_title: "MongoDB Atlas Provider 1.0.1: Upgrade and Information Guide" -sidebar_current: "docs-mongodbatlas-guides-101-upgrade-guide" -description: |- -MongoDB Atlas Provider 1.0.1: Upgrade and Information Guide +subcategory: "Older Guides" --- # MongoDB Atlas Provider v1.0.1: Upgrade and Information Guide diff --git a/website/docs/guides/1.1.0-upgrade-guide.html.markdown b/website/docs/guides/1.1.0-upgrade-guide.html.markdown index 0e479426d0..f485186daa 100644 --- a/website/docs/guides/1.1.0-upgrade-guide.html.markdown +++ b/website/docs/guides/1.1.0-upgrade-guide.html.markdown @@ -1,9 +1,6 @@ --- -layout: "mongodbatlas" page_title: "MongoDB Atlas Provider 1.1.0: Upgrade and Information Guide" -sidebar_current: "docs-mongodbatlas-guides-110-upgrade-guide" -description: |- -MongoDB Atlas Provider 1.1.0: Upgrade and Information Guide +subcategory: "Older Guides" --- # MongoDB Atlas Provider 1.1.0/1.1.1: Upgrade and Information Guide diff --git a/website/docs/guides/1.10.0-upgrade-guide.html.markdown b/website/docs/guides/1.10.0-upgrade-guide.html.markdown index 74c6ca645b..445863e63a 100644 --- a/website/docs/guides/1.10.0-upgrade-guide.html.markdown +++ b/website/docs/guides/1.10.0-upgrade-guide.html.markdown @@ -1,9 +1,6 @@ --- -layout: "mongodbatlas" page_title: "MongoDB Atlas Provider 1.10.0: Upgrade and Information Guide" -sidebar_current: "docs-mongodbatlas-guides-1100-upgrade-guide" -description: |- -MongoDB Atlas Provider 1.10.0: Upgrade and Information Guide +subcategory: "Older Guides" --- # MongoDB Atlas Provider 1.10.0: Upgrade and Information Guide diff --git a/website/docs/guides/1.11.0-upgrade-guide.html.markdown b/website/docs/guides/1.11.0-upgrade-guide.html.markdown index 5437cfb71e..ff1edb3c81 100644 --- a/website/docs/guides/1.11.0-upgrade-guide.html.markdown +++ b/website/docs/guides/1.11.0-upgrade-guide.html.markdown @@ -1,9 +1,5 @@ --- -layout: "mongodbatlas" page_title: "MongoDB Atlas Provider 1.11.0: Upgrade and Information Guide" -sidebar_current: "docs-mongodbatlas-guides-1110-upgrade-guide" -description: |- -MongoDB Atlas Provider 1.11.0: Upgrade and Information Guide --- # MongoDB Atlas Provider 1.11.0: Upgrade and Information Guide diff --git a/website/docs/guides/1.12.0-upgrade-guide.html.markdown b/website/docs/guides/1.12.0-upgrade-guide.html.markdown index ebccb06159..08af8d4b7d 100644 --- a/website/docs/guides/1.12.0-upgrade-guide.html.markdown +++ b/website/docs/guides/1.12.0-upgrade-guide.html.markdown @@ -1,9 +1,5 @@ --- -layout: "mongodbatlas" page_title: "MongoDB Atlas Provider 1.12.0: Upgrade and Information Guide" -sidebar_current: "docs-mongodbatlas-guides-1120-upgrade-guide" -description: |- -MongoDB Atlas Provider 1.12.0: Upgrade and Information Guide --- # MongoDB Atlas Provider 1.12.0: Upgrade and Information Guide diff --git a/website/docs/guides/1.13.0-upgrade-guide.html.markdown b/website/docs/guides/1.13.0-upgrade-guide.html.markdown index db59bab421..3375717739 100644 --- a/website/docs/guides/1.13.0-upgrade-guide.html.markdown +++ b/website/docs/guides/1.13.0-upgrade-guide.html.markdown @@ -1,9 +1,5 @@ --- -layout: "mongodbatlas" page_title: "MongoDB Atlas Provider 1.13.0: Upgrade and Information Guide" -sidebar_current: "docs-mongodbatlas-guides-1130-upgrade-guide" -description: |- -MongoDB Atlas Provider 1.13.0: Upgrade and Information Guide --- # MongoDB Atlas Provider 1.13.0: Upgrade and Information Guide diff --git a/website/docs/guides/1.14.0-upgrade-guide.html.markdown b/website/docs/guides/1.14.0-upgrade-guide.html.markdown index b584817d21..f550780db7 100644 --- a/website/docs/guides/1.14.0-upgrade-guide.html.markdown +++ b/website/docs/guides/1.14.0-upgrade-guide.html.markdown @@ -1,9 +1,5 @@ --- -layout: "mongodbatlas" page_title: "MongoDB Atlas Provider 1.14.0: Upgrade and Information Guide" -sidebar_current: "docs-mongodbatlas-guides-1140-upgrade-guide" -description: |- -MongoDB Atlas Provider 1.14.0: Upgrade and Information Guide --- # MongoDB Atlas Provider 1.14.0: Upgrade and Information Guide diff --git a/website/docs/guides/1.15.0-upgrade-guide.html.markdown b/website/docs/guides/1.15.0-upgrade-guide.html.markdown index 12a9cf8a59..019cd74f89 100644 --- a/website/docs/guides/1.15.0-upgrade-guide.html.markdown +++ b/website/docs/guides/1.15.0-upgrade-guide.html.markdown @@ -1,9 +1,5 @@ --- -layout: "mongodbatlas" page_title: "MongoDB Atlas Provider 1.15.0: Upgrade and Information Guide" -sidebar_current: "docs-mongodbatlas-guides-1150-upgrade-guide" -description: |- -MongoDB Atlas Provider 1.15.0: Upgrade and Information Guide --- # MongoDB Atlas Provider 1.15.0: Upgrade and Information Guide diff --git a/website/docs/guides/1.16.0-upgrade-guide.html.markdown b/website/docs/guides/1.16.0-upgrade-guide.html.markdown index 9702d35a43..d8cb6750a0 100644 --- a/website/docs/guides/1.16.0-upgrade-guide.html.markdown +++ b/website/docs/guides/1.16.0-upgrade-guide.html.markdown @@ -1,9 +1,5 @@ --- -layout: "mongodbatlas" page_title: "MongoDB Atlas Provider 1.16.0: Upgrade and Information Guide" -sidebar_current: "docs-mongodbatlas-guides-1160-upgrade-guide" -description: |- -MongoDB Atlas Provider 1.16.0: Upgrade and Information Guide --- # MongoDB Atlas Provider 1.16.0: Upgrade and Information Guide diff --git a/website/docs/guides/1.17.0-upgrade-guide.html.markdown b/website/docs/guides/1.17.0-upgrade-guide.html.markdown index 40536dc7f5..ea5803235d 100644 --- a/website/docs/guides/1.17.0-upgrade-guide.html.markdown +++ b/website/docs/guides/1.17.0-upgrade-guide.html.markdown @@ -1,9 +1,5 @@ --- -layout: "mongodbatlas" page_title: "MongoDB Atlas Provider 1.17.0: Upgrade and Information Guide" -sidebar_current: "docs-mongodbatlas-guides-1170-upgrade-guide" -description: |- -MongoDB Atlas Provider 1.17.0: Upgrade and Information Guide --- # MongoDB Atlas Provider 1.17.0: Upgrade and Information Guide diff --git a/website/docs/guides/1.2.0-upgrade-guide.html.markdown b/website/docs/guides/1.2.0-upgrade-guide.html.markdown index 7c349a0f7f..62fe354947 100644 --- a/website/docs/guides/1.2.0-upgrade-guide.html.markdown +++ b/website/docs/guides/1.2.0-upgrade-guide.html.markdown @@ -1,9 +1,6 @@ --- -layout: "mongodbatlas" page_title: "MongoDB Atlas Provider 1.2.0: Upgrade and Information Guide" -sidebar_current: "docs-mongodbatlas-guides-120-upgrade-guide" -description: |- -MongoDB Atlas Provider 1.2.0: Upgrade and Information Guide +subcategory: "Older Guides" --- # MongoDB Atlas Provider 1.2.0: Upgrade and Information Guide diff --git a/website/docs/guides/1.3.0-upgrade-guide.html.markdown b/website/docs/guides/1.3.0-upgrade-guide.html.markdown index a15108703c..140c76c87e 100644 --- a/website/docs/guides/1.3.0-upgrade-guide.html.markdown +++ b/website/docs/guides/1.3.0-upgrade-guide.html.markdown @@ -1,9 +1,6 @@ --- -layout: "mongodbatlas" page_title: "MongoDB Atlas Provider 1.3.0: Upgrade and Information Guide" -sidebar_current: "docs-mongodbatlas-guides-130-upgrade-guide" -description: |- -MongoDB Atlas Provider 1.3.0: Upgrade and Information Guide +subcategory: "Older Guides" --- # MongoDB Atlas Provider 1.3.0: Upgrade and Information Guide diff --git a/website/docs/guides/1.4.0-upgrade-guide.html.markdown b/website/docs/guides/1.4.0-upgrade-guide.html.markdown index f39efd2a41..bea802f5eb 100644 --- a/website/docs/guides/1.4.0-upgrade-guide.html.markdown +++ b/website/docs/guides/1.4.0-upgrade-guide.html.markdown @@ -1,9 +1,6 @@ --- -layout: "mongodbatlas" page_title: "MongoDB Atlas Provider 1.4.0: Upgrade and Information Guide" -sidebar_current: "docs-mongodbatlas-guides-140-upgrade-guide" -description: |- -MongoDB Atlas Provider 1.4.0: Upgrade and Information Guide +subcategory: "Older Guides" --- # MongoDB Atlas Provider 1.4.0: Upgrade and Information Guide diff --git a/website/docs/guides/1.5.0-upgrade-guide.html.markdown b/website/docs/guides/1.5.0-upgrade-guide.html.markdown index f9d14e12ac..61b8e4ee25 100644 --- a/website/docs/guides/1.5.0-upgrade-guide.html.markdown +++ b/website/docs/guides/1.5.0-upgrade-guide.html.markdown @@ -1,9 +1,6 @@ --- -layout: "mongodbatlas" page_title: "MongoDB Atlas Provider 1.5.0: Upgrade and Information Guide" -sidebar_current: "docs-mongodbatlas-guides-150-upgrade-guide" -description: |- -MongoDB Atlas Provider 1.5.0: Upgrade and Information Guide +subcategory: "Older Guides" --- # MongoDB Atlas Provider 1.5.0: Upgrade and Information Guide diff --git a/website/docs/guides/1.6.0-upgrade-guide.html.markdown b/website/docs/guides/1.6.0-upgrade-guide.html.markdown index bead7c2ba5..864bd5b46d 100644 --- a/website/docs/guides/1.6.0-upgrade-guide.html.markdown +++ b/website/docs/guides/1.6.0-upgrade-guide.html.markdown @@ -1,9 +1,6 @@ --- -layout: "mongodbatlas" page_title: "MongoDB Atlas Provider 1.6.0: Upgrade and Information Guide" -sidebar_current: "docs-mongodbatlas-guides-160-upgrade-guide" -description: |- -MongoDB Atlas Provider 1.6.0: Upgrade and Information Guide +subcategory: "Older Guides" --- # MongoDB Atlas Provider 1.6.0: Upgrade and Information Guide diff --git a/website/docs/guides/1.7.0-upgrade-guide.html.markdown b/website/docs/guides/1.7.0-upgrade-guide.html.markdown index 1526910f07..fac9f1290e 100644 --- a/website/docs/guides/1.7.0-upgrade-guide.html.markdown +++ b/website/docs/guides/1.7.0-upgrade-guide.html.markdown @@ -1,9 +1,6 @@ --- -layout: "mongodbatlas" page_title: "MongoDB Atlas Provider 1.7.0: Upgrade and Information Guide" -sidebar_current: "docs-mongodbatlas-guides-170-upgrade-guide" -description: |- -MongoDB Atlas Provider 1.7.0: Upgrade and Information Guide +subcategory: "Older Guides" --- # MongoDB Atlas Provider 1.7.0: Upgrade and Information Guide diff --git a/website/docs/guides/1.8.0-upgrade-guide.html.markdown b/website/docs/guides/1.8.0-upgrade-guide.html.markdown index 1313cda516..b5f56c07aa 100644 --- a/website/docs/guides/1.8.0-upgrade-guide.html.markdown +++ b/website/docs/guides/1.8.0-upgrade-guide.html.markdown @@ -1,9 +1,6 @@ --- -layout: "mongodbatlas" page_title: "MongoDB Atlas Provider 1.8.0: Upgrade and Information Guide" -sidebar_current: "docs-mongodbatlas-guides-180-upgrade-guide" -description: |- -MongoDB Atlas Provider 1.8.0: Upgrade and Information Guide +subcategory: "Older Guides" --- # MongoDB Atlas Provider 1.8.0: Upgrade and Information Guide diff --git a/website/docs/guides/1.9.0-upgrade-guide.html.markdown b/website/docs/guides/1.9.0-upgrade-guide.html.markdown index 508f708560..bbcd3f7c5e 100644 --- a/website/docs/guides/1.9.0-upgrade-guide.html.markdown +++ b/website/docs/guides/1.9.0-upgrade-guide.html.markdown @@ -1,9 +1,6 @@ --- -layout: "mongodbatlas" page_title: "MongoDB Atlas Provider 1.9.0: Upgrade and Information Guide" -sidebar_current: "docs-mongodbatlas-guides-190-upgrade-guide" -description: |- -MongoDB Atlas Provider 1.9.0: Upgrade and Information Guide +subcategory: "Older Guides" --- # MongoDB Atlas Provider 1.9.0: Upgrade and Information Guide diff --git a/website/docs/guides/Programmatic-API-Key-upgrade-guide-1.10.0.html.markdown b/website/docs/guides/Programmatic-API-Key-upgrade-guide-1.10.0.html.markdown index 38a206791f..b4c764a6f4 100644 --- a/website/docs/guides/Programmatic-API-Key-upgrade-guide-1.10.0.html.markdown +++ b/website/docs/guides/Programmatic-API-Key-upgrade-guide-1.10.0.html.markdown @@ -1,9 +1,5 @@ --- -layout: "mongodbatlas" page_title: "Upgrade Guide for Terraform MongoDB Atlas Provider Programmatic API Key Resource in v1.10.0" -sidebar_current: "docs-mongodbatlas-guides-Programmatic-API-Key-upgrade-guide" -description: |- -MongoDB Atlas Provider : Upgrade and Information Guide --- # MongoDB Atlas Provider: Programmatic API Key Upgrade Guide in v1.10.0 diff --git a/website/docs/guides/howto-guide.html.markdown b/website/docs/guides/howto-guide.html.markdown index 6e835d1722..11674d4ae7 100644 --- a/website/docs/guides/howto-guide.html.markdown +++ b/website/docs/guides/howto-guide.html.markdown @@ -1,9 +1,5 @@ --- -layout: "mongodbatlas" page_title: "MongoDB Atlas Provider How-To Guide" -sidebar_current: "docs-mongodbatlas-guides-how-to-guide" -description: |- -MongoDB Atlas Provider : How-To Guide --- # MongoDB Atlas Provider: How-To Guide From 32ed8391fa30966d1ebf21c2d2da80e0998d39b4 Mon Sep 17 00:00:00 2001 From: Leo Antoli <430982+lantoli@users.noreply.github.com> Date: Fri, 12 Jul 2024 09:10:44 +0200 Subject: [PATCH 3/5] update page_title --- website/docs/guides/0.6.0-upgrade-guide.html.markdown | 2 +- website/docs/guides/0.8.0-upgrade-guide.html.markdown | 2 +- website/docs/guides/0.8.2-upgrade-guide.html.markdown | 2 +- website/docs/guides/0.9.0-upgrade-guide.html.markdown | 2 +- website/docs/guides/0.9.1-upgrade-guide.html.markdown | 2 +- website/docs/guides/1.0.0-upgrade-guide.html.markdown | 2 +- website/docs/guides/1.0.1-upgrade-guide.html.markdown | 2 +- website/docs/guides/1.1.0-upgrade-guide.html.markdown | 2 +- website/docs/guides/1.10.0-upgrade-guide.html.markdown | 2 +- website/docs/guides/1.11.0-upgrade-guide.html.markdown | 2 +- website/docs/guides/1.12.0-upgrade-guide.html.markdown | 2 +- website/docs/guides/1.13.0-upgrade-guide.html.markdown | 2 +- website/docs/guides/1.14.0-upgrade-guide.html.markdown | 2 +- website/docs/guides/1.15.0-upgrade-guide.html.markdown | 2 +- website/docs/guides/1.16.0-upgrade-guide.html.markdown | 2 +- website/docs/guides/1.17.0-upgrade-guide.html.markdown | 2 +- website/docs/guides/1.2.0-upgrade-guide.html.markdown | 2 +- website/docs/guides/1.3.0-upgrade-guide.html.markdown | 2 +- website/docs/guides/1.4.0-upgrade-guide.html.markdown | 2 +- website/docs/guides/1.5.0-upgrade-guide.html.markdown | 2 +- website/docs/guides/1.6.0-upgrade-guide.html.markdown | 2 +- website/docs/guides/1.7.0-upgrade-guide.html.markdown | 2 +- website/docs/guides/1.8.0-upgrade-guide.html.markdown | 2 +- website/docs/guides/1.9.0-upgrade-guide.html.markdown | 2 +- .../Programmatic-API-Key-upgrade-guide-1.10.0.html.markdown | 3 ++- website/docs/guides/howto-guide.html.markdown | 2 +- 26 files changed, 27 insertions(+), 26 deletions(-) diff --git a/website/docs/guides/0.6.0-upgrade-guide.html.markdown b/website/docs/guides/0.6.0-upgrade-guide.html.markdown index 027fcca403..f8afc7ba5b 100644 --- a/website/docs/guides/0.6.0-upgrade-guide.html.markdown +++ b/website/docs/guides/0.6.0-upgrade-guide.html.markdown @@ -1,5 +1,5 @@ --- -page_title: "MongoDB Atlas Provider 0.6.0: Upgrade Guide" +page_title: "Upgrade Guide 0.6.0" subcategory: "Older Guides" --- diff --git a/website/docs/guides/0.8.0-upgrade-guide.html.markdown b/website/docs/guides/0.8.0-upgrade-guide.html.markdown index f8a276918f..27565e8165 100644 --- a/website/docs/guides/0.8.0-upgrade-guide.html.markdown +++ b/website/docs/guides/0.8.0-upgrade-guide.html.markdown @@ -1,5 +1,5 @@ --- -page_title: "MongoDB Atlas Provider 0.8.0: Upgrade and Information Guide" +page_title: "page_title: "Upgrade Guide 0.8.0"" subcategory: "Older Guides" --- diff --git a/website/docs/guides/0.8.2-upgrade-guide.html.markdown b/website/docs/guides/0.8.2-upgrade-guide.html.markdown index 648e8c0a39..0f53c7de24 100644 --- a/website/docs/guides/0.8.2-upgrade-guide.html.markdown +++ b/website/docs/guides/0.8.2-upgrade-guide.html.markdown @@ -1,5 +1,5 @@ --- -page_title: "MongoDB Atlas Provider 0.8.2: Upgrade and Information Guide" +page_title: "page_title: "Upgrade Guide 0.8.2" subcategory: "Older Guides" --- diff --git a/website/docs/guides/0.9.0-upgrade-guide.html.markdown b/website/docs/guides/0.9.0-upgrade-guide.html.markdown index e90107070c..9337516895 100644 --- a/website/docs/guides/0.9.0-upgrade-guide.html.markdown +++ b/website/docs/guides/0.9.0-upgrade-guide.html.markdown @@ -1,5 +1,5 @@ --- -page_title: "MongoDB Atlas Provider 0.9.0: Upgrade and Information Guide" +page_title: "Upgrade Guide 0.9.0" subcategory: "Older Guides" --- diff --git a/website/docs/guides/0.9.1-upgrade-guide.html.markdown b/website/docs/guides/0.9.1-upgrade-guide.html.markdown index 178ad922cc..093bd52671 100644 --- a/website/docs/guides/0.9.1-upgrade-guide.html.markdown +++ b/website/docs/guides/0.9.1-upgrade-guide.html.markdown @@ -1,5 +1,5 @@ --- -page_title: "MongoDB Atlas Provider 0.9.1: Upgrade and Information Guide" +page_title: "Upgrade Guide 0.9.1" subcategory: "Older Guides" --- diff --git a/website/docs/guides/1.0.0-upgrade-guide.html.markdown b/website/docs/guides/1.0.0-upgrade-guide.html.markdown index 16f9e57842..e87b53d822 100644 --- a/website/docs/guides/1.0.0-upgrade-guide.html.markdown +++ b/website/docs/guides/1.0.0-upgrade-guide.html.markdown @@ -1,5 +1,5 @@ --- -page_title: "MongoDB Atlas Provider 1.0.0: Upgrade and Information Guide" +page_title: "Upgrade Guide 1.0.0" subcategory: "Older Guides" --- diff --git a/website/docs/guides/1.0.1-upgrade-guide.html.markdown b/website/docs/guides/1.0.1-upgrade-guide.html.markdown index 3c27062365..9f50f47b53 100644 --- a/website/docs/guides/1.0.1-upgrade-guide.html.markdown +++ b/website/docs/guides/1.0.1-upgrade-guide.html.markdown @@ -1,5 +1,5 @@ --- -page_title: "MongoDB Atlas Provider 1.0.1: Upgrade and Information Guide" +page_title: "Upgrade Guide 1.0.1" subcategory: "Older Guides" --- diff --git a/website/docs/guides/1.1.0-upgrade-guide.html.markdown b/website/docs/guides/1.1.0-upgrade-guide.html.markdown index f485186daa..fdc673dc0d 100644 --- a/website/docs/guides/1.1.0-upgrade-guide.html.markdown +++ b/website/docs/guides/1.1.0-upgrade-guide.html.markdown @@ -1,5 +1,5 @@ --- -page_title: "MongoDB Atlas Provider 1.1.0: Upgrade and Information Guide" +page_title: "Upgrade Guide 1.1.0" subcategory: "Older Guides" --- diff --git a/website/docs/guides/1.10.0-upgrade-guide.html.markdown b/website/docs/guides/1.10.0-upgrade-guide.html.markdown index 445863e63a..a35cfaeee3 100644 --- a/website/docs/guides/1.10.0-upgrade-guide.html.markdown +++ b/website/docs/guides/1.10.0-upgrade-guide.html.markdown @@ -1,5 +1,5 @@ --- -page_title: "MongoDB Atlas Provider 1.10.0: Upgrade and Information Guide" +page_title: "Upgrade Guide 1.10.0" subcategory: "Older Guides" --- diff --git a/website/docs/guides/1.11.0-upgrade-guide.html.markdown b/website/docs/guides/1.11.0-upgrade-guide.html.markdown index ff1edb3c81..83597a9f8d 100644 --- a/website/docs/guides/1.11.0-upgrade-guide.html.markdown +++ b/website/docs/guides/1.11.0-upgrade-guide.html.markdown @@ -1,5 +1,5 @@ --- -page_title: "MongoDB Atlas Provider 1.11.0: Upgrade and Information Guide" +page_title: "Upgrade Guide 1.11.0" --- # MongoDB Atlas Provider 1.11.0: Upgrade and Information Guide diff --git a/website/docs/guides/1.12.0-upgrade-guide.html.markdown b/website/docs/guides/1.12.0-upgrade-guide.html.markdown index 08af8d4b7d..98f63a3aea 100644 --- a/website/docs/guides/1.12.0-upgrade-guide.html.markdown +++ b/website/docs/guides/1.12.0-upgrade-guide.html.markdown @@ -1,5 +1,5 @@ --- -page_title: "MongoDB Atlas Provider 1.12.0: Upgrade and Information Guide" +page_title: "Upgrade Guide 1.12.0" --- # MongoDB Atlas Provider 1.12.0: Upgrade and Information Guide diff --git a/website/docs/guides/1.13.0-upgrade-guide.html.markdown b/website/docs/guides/1.13.0-upgrade-guide.html.markdown index 3375717739..fcd697d4f1 100644 --- a/website/docs/guides/1.13.0-upgrade-guide.html.markdown +++ b/website/docs/guides/1.13.0-upgrade-guide.html.markdown @@ -1,5 +1,5 @@ --- -page_title: "MongoDB Atlas Provider 1.13.0: Upgrade and Information Guide" +page_title: "Upgrade Guide 1.13.0" --- # MongoDB Atlas Provider 1.13.0: Upgrade and Information Guide diff --git a/website/docs/guides/1.14.0-upgrade-guide.html.markdown b/website/docs/guides/1.14.0-upgrade-guide.html.markdown index f550780db7..eb1422dd59 100644 --- a/website/docs/guides/1.14.0-upgrade-guide.html.markdown +++ b/website/docs/guides/1.14.0-upgrade-guide.html.markdown @@ -1,5 +1,5 @@ --- -page_title: "MongoDB Atlas Provider 1.14.0: Upgrade and Information Guide" +page_title: "Upgrade Guide 1.14.0" --- # MongoDB Atlas Provider 1.14.0: Upgrade and Information Guide diff --git a/website/docs/guides/1.15.0-upgrade-guide.html.markdown b/website/docs/guides/1.15.0-upgrade-guide.html.markdown index 019cd74f89..95dd886a1b 100644 --- a/website/docs/guides/1.15.0-upgrade-guide.html.markdown +++ b/website/docs/guides/1.15.0-upgrade-guide.html.markdown @@ -1,5 +1,5 @@ --- -page_title: "MongoDB Atlas Provider 1.15.0: Upgrade and Information Guide" +page_title: "Upgrade Guide 1.15.0" --- # MongoDB Atlas Provider 1.15.0: Upgrade and Information Guide diff --git a/website/docs/guides/1.16.0-upgrade-guide.html.markdown b/website/docs/guides/1.16.0-upgrade-guide.html.markdown index d8cb6750a0..e93e7ddbb8 100644 --- a/website/docs/guides/1.16.0-upgrade-guide.html.markdown +++ b/website/docs/guides/1.16.0-upgrade-guide.html.markdown @@ -1,5 +1,5 @@ --- -page_title: "MongoDB Atlas Provider 1.16.0: Upgrade and Information Guide" +page_title: "Upgrade Guide 1.16.0" --- # MongoDB Atlas Provider 1.16.0: Upgrade and Information Guide diff --git a/website/docs/guides/1.17.0-upgrade-guide.html.markdown b/website/docs/guides/1.17.0-upgrade-guide.html.markdown index ea5803235d..56e931c4b6 100644 --- a/website/docs/guides/1.17.0-upgrade-guide.html.markdown +++ b/website/docs/guides/1.17.0-upgrade-guide.html.markdown @@ -1,5 +1,5 @@ --- -page_title: "MongoDB Atlas Provider 1.17.0: Upgrade and Information Guide" +page_title: "Upgrade Guide 1.17.0" --- # MongoDB Atlas Provider 1.17.0: Upgrade and Information Guide diff --git a/website/docs/guides/1.2.0-upgrade-guide.html.markdown b/website/docs/guides/1.2.0-upgrade-guide.html.markdown index 62fe354947..f46f18af2d 100644 --- a/website/docs/guides/1.2.0-upgrade-guide.html.markdown +++ b/website/docs/guides/1.2.0-upgrade-guide.html.markdown @@ -1,5 +1,5 @@ --- -page_title: "MongoDB Atlas Provider 1.2.0: Upgrade and Information Guide" +page_title: "Upgrade Guide 1.2.0" subcategory: "Older Guides" --- diff --git a/website/docs/guides/1.3.0-upgrade-guide.html.markdown b/website/docs/guides/1.3.0-upgrade-guide.html.markdown index 140c76c87e..34e4d6b692 100644 --- a/website/docs/guides/1.3.0-upgrade-guide.html.markdown +++ b/website/docs/guides/1.3.0-upgrade-guide.html.markdown @@ -1,5 +1,5 @@ --- -page_title: "MongoDB Atlas Provider 1.3.0: Upgrade and Information Guide" +page_title: "Upgrade Guide 1.3.0" subcategory: "Older Guides" --- diff --git a/website/docs/guides/1.4.0-upgrade-guide.html.markdown b/website/docs/guides/1.4.0-upgrade-guide.html.markdown index bea802f5eb..ac38a87f62 100644 --- a/website/docs/guides/1.4.0-upgrade-guide.html.markdown +++ b/website/docs/guides/1.4.0-upgrade-guide.html.markdown @@ -1,5 +1,5 @@ --- -page_title: "MongoDB Atlas Provider 1.4.0: Upgrade and Information Guide" +page_title: "Upgrade Guide 1.4.0" subcategory: "Older Guides" --- diff --git a/website/docs/guides/1.5.0-upgrade-guide.html.markdown b/website/docs/guides/1.5.0-upgrade-guide.html.markdown index 61b8e4ee25..2e305bd48f 100644 --- a/website/docs/guides/1.5.0-upgrade-guide.html.markdown +++ b/website/docs/guides/1.5.0-upgrade-guide.html.markdown @@ -1,5 +1,5 @@ --- -page_title: "MongoDB Atlas Provider 1.5.0: Upgrade and Information Guide" +page_title: "Upgrade Guide 1.5.0" subcategory: "Older Guides" --- diff --git a/website/docs/guides/1.6.0-upgrade-guide.html.markdown b/website/docs/guides/1.6.0-upgrade-guide.html.markdown index 864bd5b46d..57dd04b2c2 100644 --- a/website/docs/guides/1.6.0-upgrade-guide.html.markdown +++ b/website/docs/guides/1.6.0-upgrade-guide.html.markdown @@ -1,5 +1,5 @@ --- -page_title: "MongoDB Atlas Provider 1.6.0: Upgrade and Information Guide" +page_title: "Upgrade Guide 1.6.0" subcategory: "Older Guides" --- diff --git a/website/docs/guides/1.7.0-upgrade-guide.html.markdown b/website/docs/guides/1.7.0-upgrade-guide.html.markdown index fac9f1290e..f29a56002c 100644 --- a/website/docs/guides/1.7.0-upgrade-guide.html.markdown +++ b/website/docs/guides/1.7.0-upgrade-guide.html.markdown @@ -1,5 +1,5 @@ --- -page_title: "MongoDB Atlas Provider 1.7.0: Upgrade and Information Guide" +page_title: "Upgrade Guide 1.7.0" subcategory: "Older Guides" --- diff --git a/website/docs/guides/1.8.0-upgrade-guide.html.markdown b/website/docs/guides/1.8.0-upgrade-guide.html.markdown index b5f56c07aa..a10c0ac787 100644 --- a/website/docs/guides/1.8.0-upgrade-guide.html.markdown +++ b/website/docs/guides/1.8.0-upgrade-guide.html.markdown @@ -1,5 +1,5 @@ --- -page_title: "MongoDB Atlas Provider 1.8.0: Upgrade and Information Guide" +page_title: "Upgrade Guide 1.8.0" subcategory: "Older Guides" --- diff --git a/website/docs/guides/1.9.0-upgrade-guide.html.markdown b/website/docs/guides/1.9.0-upgrade-guide.html.markdown index bbcd3f7c5e..cd5133a922 100644 --- a/website/docs/guides/1.9.0-upgrade-guide.html.markdown +++ b/website/docs/guides/1.9.0-upgrade-guide.html.markdown @@ -1,5 +1,5 @@ --- -page_title: "MongoDB Atlas Provider 1.9.0: Upgrade and Information Guide" +page_title: "Upgrade Guide 1.9.0" subcategory: "Older Guides" --- diff --git a/website/docs/guides/Programmatic-API-Key-upgrade-guide-1.10.0.html.markdown b/website/docs/guides/Programmatic-API-Key-upgrade-guide-1.10.0.html.markdown index b4c764a6f4..eec249e566 100644 --- a/website/docs/guides/Programmatic-API-Key-upgrade-guide-1.10.0.html.markdown +++ b/website/docs/guides/Programmatic-API-Key-upgrade-guide-1.10.0.html.markdown @@ -1,5 +1,6 @@ --- -page_title: "Upgrade Guide for Terraform MongoDB Atlas Provider Programmatic API Key Resource in v1.10.0" +page_title: "Upgrade Guide 1.10.0 for Programmatic API Key" +subcategory: "Older Guides" --- # MongoDB Atlas Provider: Programmatic API Key Upgrade Guide in v1.10.0 diff --git a/website/docs/guides/howto-guide.html.markdown b/website/docs/guides/howto-guide.html.markdown index 11674d4ae7..cbeaa4704c 100644 --- a/website/docs/guides/howto-guide.html.markdown +++ b/website/docs/guides/howto-guide.html.markdown @@ -1,5 +1,5 @@ --- -page_title: "MongoDB Atlas Provider How-To Guide" +page_title: "How-To Guide" --- # MongoDB Atlas Provider: How-To Guide From 04aae3c5a6d480523052ea1ded4f9a125673e496 Mon Sep 17 00:00:00 2001 From: Leo Antoli <430982+lantoli@users.noreply.github.com> Date: Fri, 12 Jul 2024 09:37:32 +0200 Subject: [PATCH 4/5] fix titles --- website/docs/guides/0.8.0-upgrade-guide.html.markdown | 2 +- website/docs/guides/0.8.2-upgrade-guide.html.markdown | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/guides/0.8.0-upgrade-guide.html.markdown b/website/docs/guides/0.8.0-upgrade-guide.html.markdown index 27565e8165..4ed1e4974f 100644 --- a/website/docs/guides/0.8.0-upgrade-guide.html.markdown +++ b/website/docs/guides/0.8.0-upgrade-guide.html.markdown @@ -1,5 +1,5 @@ --- -page_title: "page_title: "Upgrade Guide 0.8.0"" +page_title: "Upgrade Guide 0.8.0" subcategory: "Older Guides" --- diff --git a/website/docs/guides/0.8.2-upgrade-guide.html.markdown b/website/docs/guides/0.8.2-upgrade-guide.html.markdown index 0f53c7de24..3b152e9d4f 100644 --- a/website/docs/guides/0.8.2-upgrade-guide.html.markdown +++ b/website/docs/guides/0.8.2-upgrade-guide.html.markdown @@ -1,5 +1,5 @@ --- -page_title: "page_title: "Upgrade Guide 0.8.2" +page_title: "Upgrade Guide 0.8.2" subcategory: "Older Guides" --- From 8059cd8fb674a466eec26f68563f690941b73312 Mon Sep 17 00:00:00 2001 From: Leo Antoli <430982+lantoli@users.noreply.github.com> Date: Mon, 15 Jul 2024 09:23:45 +0200 Subject: [PATCH 5/5] remove old guide --- website/docs/guides/howto-guide.html.markdown | 103 ------------------ 1 file changed, 103 deletions(-) delete mode 100644 website/docs/guides/howto-guide.html.markdown diff --git a/website/docs/guides/howto-guide.html.markdown b/website/docs/guides/howto-guide.html.markdown deleted file mode 100644 index cbeaa4704c..0000000000 --- a/website/docs/guides/howto-guide.html.markdown +++ /dev/null @@ -1,103 +0,0 @@ ---- -page_title: "How-To Guide" ---- - -# MongoDB Atlas Provider: How-To Guide - -The Terraform MongoDB Atlas Provider guide to perform common tasks with the provider. - -##How to Get A Pre-existing Container ID - -The following is an end to end example of how to get an existing container id. - -1) Start with an empty project - -2) Empty state file - -3) Apply a curl command to build cluster - -4) Run `terraform apply` to retrieve the container id - -The following illustrates step 3 and 4 above, assuming 1 & 2 were true: - -1) Create a cluster using a curl command to simulate non-Terraform created cluster. This will also create a container. - -``` -curl --user "pub:priv" --digest \ ---header "Content-Type: application/json" \ ---include \ ---request POST "https://cloud.mongodb.com/api/atlas/v1.0/groups/grpid/clusters?pretty=true" \ ---data ' -{ - "name": "SingleRegionCluster", - "numShards": 1, - "providerSettings": { - "providerName": "AWS", - "instanceSizeName": "M40", - "regionName": "US_EAST_1" - }, - "clusterType": "REPLICASET", - "replicationFactor": 3, - "replicationSpecs": [ - { - "numShards": 1, - "regionsConfig": { - "US_EAST_1": { - "analyticsNodes": 0, - "electableNodes": 3, - "priority": 7, - "readOnlyNodes": 0 - } - }, - "zoneName": "Zone 1" - } - ], - "backupEnabled": false, - "autoScaling": { - "diskGBEnabled": true - } -}' -``` - - - -2) Then apply this Terraform config to then read the information from the appropriate Data Sources and output the container id. - - -``` -data "mongodbatlas_cluster" "admin" { - name = "SingleRegionCluster" - project_id = local.mongodbatlas_project_id -} - -data "mongodbatlas_network_container" "admin" { - project_id = local.mongodbatlas_project_id - container_id = data.mongodbatlas_cluster.admin.container_id -} - -output "container" { - value = data.mongodbatlas_network_container.admin.container_id -} - -Apply complete! Resources: 0 added, 0 changed, 0 destroyed. - -Outputs: - -container = "62ffe4ecb79e2e007c375935" -``` - - -This example was tested using versions: -- darwin_amd64 -- provider registry.terraform.io/hashicorp/aws v4.26.0 -- provider registry.terraform.io/mongodb/mongodbatlas v1.4.3 - - -### Helpful Links - -* [Report bugs](https://github.com/mongodb/terraform-provider-mongodbatlas/issues) - -* [Request Features](https://feedback.mongodb.com/forums/924145-atlas?category_id=370723) - -* [Contact Support](https://docs.atlas.mongodb.com/support/) covered by MongoDB Atlas support plans, Developer and above. - \ No newline at end of file