terraform-provider-mongodbatlas icon indicating copy to clipboard operation
terraform-provider-mongodbatlas copied to clipboard

Upgrade cluster version from 3.6 to 4.0

Open yx2387 opened this issue 6 years ago • 3 comments

Hi all,

I tried to upgrade my cluster major version from 3.6 to 4.0 with terraform, but the cluster is not upgraded after terraform apply.

Terraform plan:

Terraform will perform the following actions:

  ~ module.app.module.mongo_notification.mongodbatlas_cluster.cluster
      mongodb_major_version: "3.6" => "4.0"


Plan: 0 to add, 1 to change, 0 to destroy.

I tried to do the same with Mongo API and it works fine.

yx2387 avatar Dec 17 '18 17:12 yx2387

I've hit the same issue going from 3.4 to 3.6.

mrchilds avatar Mar 06 '19 20:03 mrchilds

Same issue when I tried to upgrade from 4.0 -> 4.2

mailaneel avatar Aug 28 '19 01:08 mailaneel

This is the log that I see, but nothing changes in atlas

mongodbatlas_cluster.main: Modifying... (ID: *****)
--
  | mongodb_major_version: "4.0" => "4.2"
  | mongodbatlas_cluster.main: Modifications complete after 2s (ID: *****)


mailaneel avatar Aug 28 '19 01:08 mailaneel