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

Postgres configuration through terraform #3278

Closed
sflaherty2009 opened this issue Oct 29, 2021 · 3 comments · Fixed by #3309
Closed

Postgres configuration through terraform #3278

sflaherty2009 opened this issue Oct 29, 2021 · 3 comments · Fixed by #3309
Labels
enhancement service/Cloud Databases Issues related to Cloud Databases

Comments

@sflaherty2009
Copy link

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Currently, we are able to deploy Postgres instances through the ibm_database resource. However, many of the configuration options are unavailable to us. 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)

New or Affected Resource(s)

  • ibm_database

References

  • #0000
@kavya498 kavya498 added the service/Cloud Databases Issues related to Cloud Databases label Nov 2, 2021
@kavya498
Copy link
Collaborator

kavya498 commented Nov 2, 2021

#1428

@sflaherty2009
Copy link
Author

Do we have any idea when this work might be put into sprint? We need to determine if we need to work around this or if something will be available to us prior to moving into production.

@hkantare
Copy link
Collaborator

hkantare commented Nov 5, 2021

We will be planning to take up in next sprint and available in production release by mid of dec

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement service/Cloud Databases Issues related to Cloud Databases
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants