You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
I tried to do the same with Mongo API and it works fine.
The text was updated successfully, but these errors were encountered: