Open sergeibelov113 opened 1 month ago
Hi @sergeibelov113 , thanks for opening the issue. Currently the API behind this TF resource does not support V2 pricing. Once the service provider team upgrade their API version we will support this feature accordingly.
Is there an existing issue for this?
Community Note
Terraform Version
1.9.7
AzureRM Provider Version
4.4.0
Affected Resource(s)/Data Source(s)
azurerm_stream_analytics_cluster
Terraform Configuration Files
Debug Output/Panic Output
Expected Behaviour
streaming_capacity = 120
Actual Behaviour
streaming_capacity = 36
Steps to Reproduce
Create stream analytics cluster with basic configuration:
then change the cluster pricing model directly via azure portal to V2 and run terraform plan:
Terraform has detected that the streaming_capacity has changed outside of the terraform from 36 to 120 and plans to revert it. Just to be curios If terraform can revert the pricing model back to V2 I ran terraform apply then I got following error (which is also obvious):
Which is obvious since the cluster is now switched to V2 pricing model.
But when I set streaming_capacity = 120 in the configuration according to V2 Pricing model and ran terraform plan then i get another error:
Please support to set streaming_capacity to new values according to V2 pricing plan.
Important Factoids
No response
References
No response