You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Provides a resource for managing [Clusters](https://www.mongodb.com/docs/api/doc/atlas-admin-api-v2/group/endpoint-clusters) in AWS Cloud Formation. The resource
5
+
lets you create, edit, and delete clusters. The resource requires your Project
6
+
ID to perform these actions.
7
+
8
+
*Note:* Upgrades to or from flex clusters are currently unavailable. We expect to support upgrades to or from flex clusters in the foreseeable future.
9
+
10
+
*Important:* Use the `MongoDB::Atlas::Cluster` resource instead of the `MongoDB::Atlas::FlexCluster` resource to create and manage flex clusters. `MongoDB::Atlas::Cluster` supports flex clusters and future upgrades will only be available through this resource.
11
+
4
12
5
-
Resource for managing [Clusters](https://www.mongodb.com/docs/api/doc/atlas-admin-api-v2/group/endpoint-clusters).
6
13
7
14
## Requirements
8
15
9
-
Set up an AWS profile to securely give CloudFormation access to your Atlas credentials.
10
-
For instructions on setting up a profile, [see here](/README.md#mongodb-atlas-api-keys-credential-management).
16
+
To securely give CloudFormation access to your Atlas credentials, you must
17
+
set up an [AWS Profile](/README.md#mongodb-atlas-api-keys-credential-management).
18
+
11
19
12
20
## Attributes and Parameters
21
+
For futher information, see the [resource docs](docs/README.md) section.
13
22
14
-
See the [resource docs](docs/README.md).
15
23
16
24
## Cloudformation Examples
17
25
18
-
See the examples[CFN Template](/examples/cluster/cluster.json)for example resource.
26
+
For examples, see the [CFN Template](/examples/cluster/cluster.json) example.
0 commit comments