You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to scale a redis instance (deployed using azurerm_redis_cache) by changing the capacity from 1 to 2. The request itself was sent to Azure, the scaling was initiated.
But during the operation I got following error from Terraform:
* azurerm_redis_cache.redisp: Error waiting for Redis Instance (ABC-Redis) to become available: unexpected state 'Scaling', wanted target 'Succeeded'. last error: %!s(<nil>)
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!
ghost
locked and limited conversation to collaborators
Mar 6, 2019
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I tried to scale a redis instance (deployed using azurerm_redis_cache) by changing the capacity from 1 to 2. The request itself was sent to Azure, the scaling was initiated.
But during the operation I got following error from Terraform:
It looks like scaling status is not supported:
https://github.com/terraform-providers/terraform-provider-azurerm/blob/123d97cb20807ae534d5ee603c03fc33021da6a7/azurerm/resource_arm_redis_cache.go#L278
The text was updated successfully, but these errors were encountered: