Skip to content

Commit 2c6b71d

Browse files
committed
fix mongodb version in test of online archive
1 parent 21513a8 commit 2c6b71d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cfn-resources/online-archive/test/cfn-test-create-inputs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ echo -e "=====\nrun this command to clean up\n=====\nmongocli iam projects delet
3333
ClusterName="${projectName}"
3434

3535
# 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
36+
atlas clusters create "${ClusterName}" --projectId ${projectId} --backup --provider AWS --region US_EAST_1 --members 3 --tier M10 --mdbVersion 8.0 --diskSizeGB 10 --output=json
3737
atlas clusters watch "${ClusterName}" --projectId "${projectId}"
3838
echo -e "Created Cluster \"${ClusterName}\""
3939

0 commit comments

Comments
 (0)