-
Notifications
You must be signed in to change notification settings - Fork 681
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
PostgreSQL configuration variable invalid field #5403
Labels
service/Cloud Databases
Issues related to Cloud Databases
Comments
Is this the reason I'm not able to complete the creation of a PostgreSQL database with provider version 1.66?, here's the output:
Database is created successfully but in the terraform state, gets tainted and next run will destroyed and recreated. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The configuration variable is returning an invalid field error for Postgres database configuration when passing
max_locks_per_transaction
but this variable is documented as supported hereCommunity Note
Terraform CLI and Terraform IBM Provider Version
Affected Resource(s)
Terraform Configuration Files
Please include all Terraform configurations required to reproduce the bug. Bug reports without a functional reproduction may be closed without investigation.
Debug Output
Panic Output
Expected Behavior
provider should accept
max_locks_per_transaction
as a valid field in configurationActual Behavior
Steps to Reproduce
terraform apply
Important Factoids
References
The text was updated successfully, but these errors were encountered: