Skip to content

Commit

Permalink
remove the default cluster disk size of 2gb
Browse files Browse the repository at this point in the history
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/
  • Loading branch information
akshaykarle committed May 10, 2018
1 parent cea42e0 commit 384b58d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mongodbatlas/cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ func resourceCluster() *schema.Resource {
"disk_size_gb": &schema.Schema{
Type: schema.TypeFloat,
Optional: true,
Default: 2,
},
"replication_factor": &schema.Schema{
Type: schema.TypeInt,
Expand Down

0 comments on commit 384b58d

Please sign in to comment.