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

Configure Redis database #1428

Closed
Mallear opened this issue May 11, 2020 · 2 comments
Closed

Configure Redis database #1428

Mallear opened this issue May 11, 2020 · 2 comments
Labels
service/Cloud Databases Issues related to Cloud Databases

Comments

@Mallear
Copy link

Mallear commented May 11, 2020

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 ?

@kavya498 kavya498 added the service/Cloud Databases Issues related to Cloud Databases label Mar 30, 2021
@sflaherty2009
Copy link

sflaherty2009 commented Oct 28, 2021

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
https://cloud.ibm.com/docs/databases-for-postgresql?topic=databases-for-postgresql-changing-configuration

ibmcloud cdb deployment-configuration agrotech-db-postgres-prod-us-south  '{"configuration":{"max_connections":1600}}'

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.

image (1)

kavya498 added a commit to kavya498/terraform-provider-ibm that referenced this issue Nov 9, 2021
kavya498 added a commit to kavya498/terraform-provider-ibm that referenced this issue Nov 11, 2021
kavya498 added a commit to kavya498/terraform-provider-ibm that referenced this issue Nov 11, 2021
hkantare pushed a commit that referenced this issue Nov 11, 2021
@kavya498
Copy link
Collaborator

Available in 1.36.0 release..
closing this issue thanks..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
service/Cloud Databases Issues related to Cloud Databases
Projects
None yet
Development

No branches or pull requests

3 participants