Ability to create GovCloud projects
Need ability to "Designate as a Gov Cloud regions-only project" when creating projects in order to allow subsequently creating clusters in Gov Cloud regions
-
AdminZuhair (Admin, MongoDB) commented
Hi Ben, we released v1.5 of the Terraform MongoDB Atlas Provider which includes support for Atlas for Government. Feel free to try it out and let us know of any other feedback. Thank you again for raising this ticket and helping to prioritize on our roadmap!
-
Hi Kyle (and anyone else checking on this feature request), It seems you may have meant a specific project level setting for Gov Cloud in the Project UI. If so this setting is currently unavailable via the Atlas Administration API and so we cannot set it via Terraform. Once it is available we can look to add it to the Terraform Provider roadmap. Thank you!
-
Hi Kyle, We plan to add in a feature to allow you to easily point the provider to Gov Cloud if desired. In the mean time there is a workaround to point it to the Gov Cloud url. You can use an environment variable - MONGODB_ATLAS_BASE_URL, e.g.:
export MONGODB_ATLAS_BASE_URL=https://cloud.mongodbgov.com
Thank you!