-
Notifications
You must be signed in to change notification settings - Fork 236
Support database parameter in postgresql_server and postgresql_user_mapping resources #542
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
Comments
After some investigation, I figured out that the error occurs because I'm declaring the The workaround I'm going to have to use now is to declare a second provider with the newly created database and given that Terraform won't mix up any dependencies (I'm not even sure provider declarations wait for any dependencies) the server is created:
We need a |
Just facing this issue as well. |
I'm trying to create the following server resource after creating my fdw extension:
It fails with the following error:
Running the following query works, though, so this error seems to be a limitation of either this connector or the
pg
Go library.The text was updated successfully, but these errors were encountered: