We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21513a8 commit 2c6b71dCopy full SHA for 2c6b71d
cfn-resources/online-archive/test/cfn-test-create-inputs.sh
@@ -33,7 +33,7 @@ echo -e "=====\nrun this command to clean up\n=====\nmongocli iam projects delet
33
ClusterName="${projectName}"
34
35
# shellcheck disable=SC2086
36
-atlas clusters create "${ClusterName}" --projectId ${projectId} --backup --provider AWS --region US_EAST_1 --members 3 --tier M10 --mdbVersion 5.0 --diskSizeGB 10 --output=json
+atlas clusters create "${ClusterName}" --projectId ${projectId} --backup --provider AWS --region US_EAST_1 --members 3 --tier M10 --mdbVersion 8.0 --diskSizeGB 10 --output=json
37
atlas clusters watch "${ClusterName}" --projectId "${projectId}"
38
echo -e "Created Cluster \"${ClusterName}\""
39
0 commit comments