Skip to content

Commit 01a16f5

Browse files
authored
Re-branch from 651 due to conflict of docs fixes (#654)
-Adds an upgrade and info guide for 1.2 -Adds a clarifying comment to the project parameter api_key_id doc page Approved already in #651
1 parent d91cded commit 01a16f5

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

website/docs/guides/1.2.0-upgrade-guide.html.markdown

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---
1+
--
22
layout: "mongodbatlas"
33
page_title: "MongoDB Atlas Provider 1.2.0: Upgrade and Information Guide"
44
sidebar_current: "docs-mongodbatlas-guides-120-upgrade-guide"
@@ -12,8 +12,14 @@ The Terraform MongoDB Atlas Provider version 1.2.0 has a number of new and excit
1212

1313
New Features:
1414

15-
* You can now manage private link endpoints for Data Lake and Online Archive with [`private_link_endpoint_adl`](https://registry.terraform.io/providers/mongodb/mongodbatlas/latest/docs/resources/private_link_endpoint_adl).
15+
* Now supports Private Link for Atlas Data Lake and Online Archive [`mongodbatlas_privatelink_endpoint_service_adl`](https://registry.terraform.io/providers/mongodb/mongodbatlas/latest/docs/resources/privatelink_endpoint_service_adl)
16+
* You can now pause clusters [`mongodbatlas_cluster`](https://registry.terraform.io/providers/mongodb/mongodbatlas/latest/docs/resources/cluster)
17+
* You can now add an existing API key to a project [`mongodbatlas_project`](https://registry.terraform.io/providers/mongodb/mongodbatlas/latest/docs/resources/project)
18+
* Adds version_release_system to the [`mongodbatlas_cluster`](https://registry.terraform.io/providers/mongodb/mongodbatlas/latest/docs/resources/cluster) resource and data source
19+
20+
Changes:
1621

22+
1.2.0 also includes general improvements and bug fixes. See the [CHANGELOG](https://github.com/mongodb/terraform-provider-mongodbatlas/blob/master/CHANGELOG.md) for more specific information.
1723

1824
### Helpful Links
1925

website/docs/r/project.html.markdown

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,12 @@ Teams attribute is optional
6060
* `GROUP_DATA_ACCESS_READ_ONLY`
6161
* `GROUP_CLUSTER_MANAGER`
6262

63-
6463
~> **NOTE:** Project created by API Keys must belong to an existing organization.
6564

6665
### Programmatic API Keys
6766
api_keys allows one to assign an existing organization programmatic API key to a Project. The api_keys attribute is optional.
6867

69-
70-
* `api_key_id` - (Required) The unique identifier of the Programmatic API key you want to associate with the Project. The Programmatic API key and Project must share the same parent organization.
68+
* `api_key_id` - (Required) The unique identifier of the Programmatic API key you want to associate with the Project. The Programmatic API key and Project must share the same parent organization. Note: this is not the `publicKey` of the Programmatic API key but the `id` of the key. See [Programmatic API Keys](https://docs.atlas.mongodb.com/reference/api/apiKeys/) for more.
7169

7270
* `role_names` - (Required) List of Project roles that the Programmatic API key needs to have. Ensure you provide: at least one role and ensure all roles are valid for the Project. You must specify an array even if you are only associating a single role with the Programmatic API key.
7371
The following are valid roles:

0 commit comments

Comments
 (0)