-
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_sql_container needs throughput and TTL settings #4802
Comments
hi all, any news on this? |
I just bumped into this, it seems you can't specify the throughput at the DB level either. 🤔 |
It seems #5203 will add this feature to both DB and Containers, we'll have to await a release 🙂 |
Fixed via #5203 which will ship as a part of v1.40 - thanks for the ping @ElvenSpellmaker |
This has been released in version 1.40.0 of the provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. As an example: provider "azurerm" {
version = "~> 1.40.0"
}
# ... other configuration ... |
Really glad this got merged in, this will help us move to using terraform for container management. Will this now allow for non-destructive changes to the throughput/ttl on apply? |
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. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 [email protected]. Thanks! |
Community Note
Description
The new azurerm_cosmosdb_sql_container in 1.34 is a welcome addition to the provider - but lacking in some key areas to make it viable for managing real infrastructure. Currently it does not include throughput settings or TTL configuration. Both of these are vital to managing cost and performance of a production instance of cosmos.
New or Affected Resource(s)
azurerm_cosmosdb_sql_container
Potential Terraform Configuration
References
#548
The text was updated successfully, but these errors were encountered: