-
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
Support for setting subnetId and staticIP for Premium sku in Azure Redis Cache #82
Comments
👋 @mcfin I've taken a look into supporting this in this branch. Whilst it's possible to Create and Update Redis instances to be on the Internal Network - unfortunately there's a bug when deleting Redis instances, where the resource is marked as Deleted but still left kicking around for an unspecified period. I've opened a bug about this - and will investigate further once this is fixed. Thanks! |
Thanks for working on this. Using the Web portal, I've noticed that it takes 10-20 minutes for creating Redis instances. It takes about that long to be able to delete the subnet after deleting the instance. |
when will the provider be updated? ie when can this actually be used? |
@jay-stillman it'll ship as part of v1.3.3 soon :) |
Thanks @tombuildsstuff I don't suppose there is any indication on timing? |
@jay-stillman we don’t generally offer timelines for releases in-case things change, but all things going to plan we should be releasing v1.3.3 this week :) |
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! |
This issue was originally opened by @mcfin as hashicorp/terraform#14187. It was migrated here as part of the provider split. The original body of the issue is below.
Terraform Version
0.9.4
Affected Resource(s)
azurerm_redis_cache
Expected Behavior
Should be able to specify the subnetId and staticIP of the Redis cache.
Actual Behavior
There is no documentation for supplying these arguments and it does not appear that resource_arm_redis_cache.go provides for supplying them either.
References
It looks like the Microsoft Azure SDK for Go provides support for the arguments.
https://github.com/Azure/azure-sdk-for-go/blob/master/arm/redis/models.go
The text was updated successfully, but these errors were encountered: