-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
azurerm_cosmosdb_mongo_collection isn't tracking default_ttl_seconds or indexes #7825
Comments
Hi @marc-sensenich Thanks for opening this issue. |
Any update on indexes? |
@marc-sensenich is this still happening or can this be closed now? |
@favoretti, this can be closed based on the fix by @yupwei68 |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Community Note
Terraform (and AzureRM Provider) Version
Affected Resource(s)
azurerm_cosmosdb_mongo_collection
Terraform Configuration Files
Expected Behavior
The
index
anddefault_ttl_seconds
fields should not need to be updated after an apply.Actual Behavior
The
index
anddefault_ttl_seconds
fields attempt to update or get created after an apply.Steps to Reproduce
terraform apply
terraform plan
Important Factoids
This looks to be a change in response for the get Mongo DB collection API
The text was updated successfully, but these errors were encountered: