-
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
resource "azurerm_cosmosdb_cassandra_table" fails at upgrading the throughput #12630
Comments
It kind of looks like the change is done, but TF fails when checking for the status update. @manicminer can you take a quick look at this to help us understand if this issue can be caused by the Azure APIs more than by the provider itself?
|
Looks like the issue is with an argument being wrong here: https://github.com/hashicorp/terraform-provider-azurerm/blob/main/internal/services/cosmos/cosmosdb_cassandra_table_resource.go#L182 |
This functionality has been released in v2.83.0 of the Terraform Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
fixed via #13102 |
This functionality has been released in v2.88.0 of the Terraform Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
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_cassandra_table
Expected Behaviour
We were trying to resize the table autoscale_max_throughput from the minimum value of 4000 to anything else (5000, 8000).
Actual Behaviour
Terraform produced a "Not Found" error:
Steps to Reproduce
The operation succeeds when done via Azure Portal, so we can exclude that's an azure api issue.
The text was updated successfully, but these errors were encountered: