Skip to content

Commit

Permalink
allow upgrading mongodb major version without forcing the recreation …
Browse files Browse the repository at this point in the history
…of the db

Fixes #44
  • Loading branch information
akshaykarle committed Sep 19, 2018
1 parent 0c6706a commit d209238
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mongodbatlas/resource_mongodbatlas_cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ func resourceCluster() *schema.Resource {
"mongodb_major_version": &schema.Schema{
Type: schema.TypeString,
Required: true,
ForceNew: true,
},
"backup": &schema.Schema{
Type: schema.TypeBool,
Expand Down

0 comments on commit d209238

Please sign in to comment.