-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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 configuration of Memorystore Redis #1547
Comments
Oh man, thanks for submitting this issue. I had spent an hour attempting to see if there had been some magical way to do it that hadn't been documented. Sidenote: couple other things I tried when trying to create the changes: metadata, redis_configs, redisConfigs, redis_configurations. Sadly, I have no experience in Go and it looks above me for implementing this right now, so I have to just give my thanks in advance for anyone who picks this up. |
PR is #1706 |
<!-- This change is generated by MagicModules. --> /cc @edevil Fixes hashicorp#1547
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 👉 hashibot-feedback@hashicorp.com. Thanks! |
#1485 added support for the creation of Memorystore Redis instances but left apart the
redis_configs
block which allows to configuremaxmemory-policy
andnotify-keyspace-events
parameters.https://cloud.google.com/memorystore/docs/redis/reference/rest/v1beta1/projects.locations.instances#Instance.FIELDS.redis_configs
Terraform Version
Affected Resource(s)
Terraform Configuration Files
Expected Behavior
I'd expect the
redis_configs
block to be supported.Actual Behavior
The
redis_configs
block to be supported.The text was updated successfully, but these errors were encountered: