Skip to content

Commit d209238

Browse files
committed
allow upgrading mongodb major version without forcing the recreation of the db
Fixes #44
1 parent 0c6706a commit d209238

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mongodbatlas/resource_mongodbatlas_cluster.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ func resourceCluster() *schema.Resource {
4242
"mongodb_major_version": &schema.Schema{
4343
Type: schema.TypeString,
4444
Required: true,
45-
ForceNew: true,
4645
},
4746
"backup": &schema.Schema{
4847
Type: schema.TypeBool,

0 commit comments

Comments
 (0)