I am attempting to provision an M10 60gb cluster in the ap-southeast-2 region and end up with this error in my terraform.
│ Error: error creating MongoDB Cluster: POST https://cloud.mongodb.com/api/atlas/v1.0/groups/64b0c9XXXXXXXc45372d56/clusters: 409 (request "OUT_OF_CAPACITY") The requested region is currently out of capacity for the requested instance size.
│
│ with module.vpc.mongodbatlas_cluster.mongo_db_cluster,
│ on ../modules/aws_network/main.tf line 267, in resource "mongodbatlas_cluster" "mongo_db_cluster":
│ 267: resource "mongodbatlas_cluster" "mongo_db_cluster" {
Is this a lack of resources in MongoDB Cloud or an issue with my account and resource capacity?