crossplane-contrib / provider-upjet-azure

Azure Provider for Crossplane.
https://marketplace.upbound.io/providers/upbound/provider-family-azure/
Apache License 2.0
63 stars 76 forks source link

Request for `azurerm_mongo_cluster` resource (tfprovider v4.9.0) #877

Open patst opened 3 days ago

patst commented 3 days ago

What resource do you need?

Terraform Resource Name:

azurerm_mongo_cluster (introduced with https://github.com/hashicorp/terraform-provider-azurerm/issues/27636 and released in native provider version v4.9.0)

What is your use case?

Microsoft now recommends the Cosmos Mongo vCore Variant over ReadUnits version (which is supported in older provider versions).

We have several issues with the Mongo RU version and want to follow MS recommendation.

I understand that the native tf provider needs to be uodated to a new major version. Is the upgrade already planned?

Thanks for the help!