From d209238d3bb59343163c78c883b64c21afe3219d Mon Sep 17 00:00:00 2001 From: Akshay Karle <1443108+akshaykarle@users.noreply.github.com> Date: Wed, 19 Sep 2018 10:37:14 +0100 Subject: [PATCH] allow upgrading mongodb major version without forcing the recreation of the db Fixes #44 --- mongodbatlas/resource_mongodbatlas_cluster.go | 1 - 1 file changed, 1 deletion(-) diff --git a/mongodbatlas/resource_mongodbatlas_cluster.go b/mongodbatlas/resource_mongodbatlas_cluster.go index af9e4dcf..dd1df2d5 100644 --- a/mongodbatlas/resource_mongodbatlas_cluster.go +++ b/mongodbatlas/resource_mongodbatlas_cluster.go @@ -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,