Skip to content

Commit dd4cc57

Browse files
committed
DOCSP-53434 -- corrections
1 parent 2606122 commit dd4cc57

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/l1-resources/cluster/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@ The official [MongoDB Atlas](https://www.mongodb.com/) AWS CDK resource for Node
99

1010
## Description
1111

12+
<<<<<<< HEAD
1213
The cluster resource provides access to your cluster configurations and enable you to create, edit, and delete clusters. The cluster resource requires your Project ID.
14+
=======
15+
The cluster resource provides access to your cluster configurations and enable you to create, edit and delete clusters. The cluster resource requires your Project ID.
16+
>>>>>>> 124160b (DOCSP-53434 -- corrections)
1317
1418
## MongoDB Atlas API Docs
1519

@@ -109,6 +113,12 @@ const flexClusterRes = new CfnCluster(this, 'FlexClusterResource', {
109113
});
110114
```
111115

116+
## Flex Clusters
117+
118+
We now support flex clusters. See the [flex-cluster Read Me file](https://github.com/mongodb/awscdk-resources-mongodbatlas/blob/main/src/l1-resources/flex-cluster/README.md) for more details.
119+
120+
*Note:* Although we now support flex clusters, upgrades to or from flex clusters are currently unavailable. We expect to support upgrades to or from flex clusters in the forseeable future.
121+
112122
## Feedback
113123

114124
This library is auto-generated and published to all supported programming languages by the [cdklabs/cdk-cloudformation] project based on the API schema published for `MongoDB::Atlas::Cluster`.

0 commit comments

Comments
 (0)