Skip to content
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

Scaling Redis is not supported by StateChangeConf #2088

Closed
janboll opened this issue Oct 16, 2018 · 1 comment · Fixed by #2090
Closed

Scaling Redis is not supported by StateChangeConf #2088

janboll opened this issue Oct 16, 2018 · 1 comment · Fixed by #2090

Comments

@janboll
Copy link

janboll commented Oct 16, 2018

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>)

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

@ghost
Copy link

ghost commented Mar 6, 2019

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 ghost locked and limited conversation to collaborators Mar 6, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants