Terraform: Storage optimized MongoDB Atlas Tier
Problem I had a use case for using MongoDB Atlas with a storage optimized tier. I had a significant amount of data but didn’t have a similarly significant need for CPU or RAM. In my particular case, I was defining a MongoDB Atlas Search Deployment in Terraform like below. resource "mongodbatlas_search_deployment" "cluster_search_deployment" { provider = mongodbatlas count =…












