Skip to Main Content

MongoByte MongoDB Logo

Welcome to the new MongoDB Feedback Portal!

{Improvement: "Your idea"}
We’ve upgraded our system to better capture and act on your feedback.
Your feedback is meaningful and helps us build better products.

Status Completed
Categories Atlas
Created by Guest
Created on Feb 24, 2023

Add Enable Extended Storage Sizes in terraform project settings

Add an Enable Extended Storage Sizes flag in terraform project settings Example: resource "mongodbatlas_project" "default" { name = var.name org_id = "TEST" is_collect_database_specifics_statistics_enabled = true is_data_explorer_enabled = true is_performance_advisor_enabled = true is_realtime_performance_panel_enabled = true is_schema_advisor_enabled = true is_extended_storage_sizes = true }
  • ADMIN RESPONSE
    Oct 18, 2025
    hi this feature has been release as part of v1.10.0. thank you for the feedback. for more details see: https://registry.terraform.io/providers/mongodb/mongodbatlas/latest/docs/resources/project#is_extended_storage_sizes_enabled ( https://registry.terraform.io/providers/mongodb/mongodbatlas/latest/docs/resources/project#is_extended_storage_sizes_enabled )
  • Guest
    Mar 29, 2023
    Just as an update Samuel we have begun working on this feedback and will be included as part of future v1.9.0 release