Open joshwright10 opened 1 year ago
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @pjohari-ms, @MehaKaushik, @zfoster, @kushagraThapar, @simorenoh, @simplynaveen20, @abinav2307.
Author: | joshwright10 |
---|---|
Assignees: | - |
Labels: | `question`, `Cosmos`, `Service Attention`, `customer-reported`, `needs-team-attention` |
Milestone: | - |
Adding service team to look into this.
cc @pjohari-ms, @MehaKaushik, @zfoster, @kushagraThapar, @simorenoh, @simplynaveen20, @abinav2307.
When creating Cosmos DB Account of kind MongoDB using terraform, the endpoint
https://demo-cosmos-mangodb.documents.azure.com:443
is returned instead of the expectedmongoEndpoint
https://demo-cosmos-mangodb.mongo.cosmos.azure.com:443/
.The property
mongoEndpoint
is not currently exposed in the current version of the API.This needs to be exposed in order for Terraform to provide the correct value as an output. This was initial raised in the terraform Azurerm provider project, but needs to be added to the API first. https://github.com/hashicorp/terraform-provider-azurerm/issues/20306