Skip to content

Commit 384b58d

Browse files
committed
remove the default cluster disk size of 2gb
This default value changes by the size of the cluster as specified in the api docs- ``` Each instance size has its own default value. If you set a value below the instance default, Atlas replaces it with the default value. ``` more info here: https://docs.atlas.mongodb.com/reference/api/clusters-create-one/
1 parent cea42e0 commit 384b58d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mongodbatlas/cluster.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ func resourceCluster() *schema.Resource {
6666
"disk_size_gb": &schema.Schema{
6767
Type: schema.TypeFloat,
6868
Optional: true,
69-
Default: 2,
7069
},
7170
"replication_factor": &schema.Schema{
7271
Type: schema.TypeInt,

0 commit comments

Comments
 (0)