Skip to content

Commit ee2393d

Browse files
committed
(DOCSP-53435) Add recommendation to use the CfnCluster resource
1 parent 451dbaf commit ee2393d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/l1-resources/flex-cluster/README.md

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

1010
## Description
1111

12-
The flex cluster resource provides access to your flex cluster configurations and enable you to create, edit, and delete flex clusters. For more information, see [The MongoDB Atlas Flex Tier](https://www.mongodb.com/company/blog/product-release-announcements/dynamic-workloads-predictable-costs-mongodb-atlas-flex-tier).
12+
The flex cluster resource provides access to your flex cluster configurations and enables you to create, edit, and delete flex clusters. For more information, see [The MongoDB Atlas Flex Tier](https://www.mongodb.com/company/blog/product-release-announcements/dynamic-workloads-predictable-costs-mongodb-atlas-flex-tier).
13+
14+
*Important:* Use the `CfnCluster` resource instead of the `CfnFlexCluster` resource to create and manage flex clusters. `CfnCluster` supports flex clusters and future upgrades will only be available through this resource. For more information, see [`CfnCluster` README](src/l1-resources/cluster/README.md).
1315

1416
## MongoDB Atlas API Docs
1517

0 commit comments

Comments
 (0)