-
Notifications
You must be signed in to change notification settings - Fork 214
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
User mapping: permission denied in GCP Cloud SQL #327
Comments
cyn-rus
changed the title
User mapping: permission denied
User mapping: permission denied in GCP Cloud SQL
Jul 31, 2023
Also experiencing the same issue. |
ademariag
pushed a commit
to ademariag/terraform-provider-postgresql
that referenced
this issue
Sep 19, 2024
ademariag
pushed a commit
to ademariag/terraform-provider-postgresql
that referenced
this issue
Sep 19, 2024
@cyn-rus FYI I sent a PR in an attempt to address the issue |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Terraform Version
1.5.2
Affected Resource(s)
postgresql_user_mapping
Terraform Configuration Files
Debug Output
Panic Output
N/A
Expected Behavior
User mapping created successfully and no error occured
Actual Behavior
User mapping created successfully but an error occured, hence the terraform state will assume the resource has not been created
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
postgresql_user_mapping
terraform apply
Important Factoids
I've tried querying
and it produces the same error,
permission denied for view _pg_user_mappings
, I think it may be related to where it select fromReferences
#274
The text was updated successfully, but these errors were encountered: