-
Notifications
You must be signed in to change notification settings - Fork 671
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
Configure Redis database #1428
Comments
We are running into these same limitations with Postgres instances. We are currently trying to configure the max connections for our postgres instances which is a cli command tied to cdb
However, this is not available through the ibmcloud terraform provider. Along this same vein we also need to be able to set the logging abilities on the cluster which is not available due to the same limitation. |
Available in 1.36.0 release.. |
Hi there,
I need to configure Redis as describe here: https://cloud.ibm.com/docs/databases-for-redis?topic=databases-for-redis-changing-configuration . I didn't find anything about it in provider documentation
Is there a way to do it using Terraform provider ?
The text was updated successfully, but these errors were encountered: