Open hffmnn opened 4 hours ago
@hffmnn this provider bridges the upstream Terraform provider. The Mongo team is busy implementing support for Flex clusters:
https://github.com/search?q=repo%3Amongodb%2Fterraform-provider-mongodbatlas+flex&type=pullrequests
Looking at the merge date of these pull requests, these didn't make it in the latest release of their provider. Once the Mongo team creates a new release, the Pulumi team can update this provider too.
Hi there.
In the last weeks MongoDB started to inform customers about changes to the types of clusters they offer.
and
Here is a link to the documentation for IaC tools: https://www.mongodb.com/docs/atlas/flex-migration/ which also states:
I am using a Serverless Instance via
pulumi-mongodbatlas
=> https://www.pulumi.com/registry/packages/mongodbatlas/api-docs/serverlessinstance/Looking at the docs I mentioned, I already wonder: Serverless Instances get migrated in March 2025 but the API Endpoints start managing Flex Clusters in January 2025. What happens if I do a deployment in February 2025?
Are there any plans on how these changes will be implemented in this package (e.g. will there still be the same
ServerlessInstance
that does the correct calls to generate a flex cluster or will this be a breaking change)? Will there be a guide on how to migrate? Can this be handled by pulumi without a complete redeployment (which would be "the horror")?Thanks in advance.