You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The provider is trying to grant the role authorizer_migrate to postgres role which is confusing.
2024-12-02 17:18:21 UTC:10.141.121.97(48032):postgres@authorizer:[8008]:STATEMENT: GRANT "authorizer_migrate" TO "postgres"
2024-12-02 17:18:21 UTC:10.141.121.97(48032):postgres@authorizer:[8008]:ERROR: role "authorizer_migrate" is a member of role "postgres"
Steps to Reproduce
terraform apply
Important Factoids
Running on Terraform Cloud
The text was updated successfully, but these errors were encountered:
Terraform Version
1.9.6
Provider Version
1.24.0
Affected Resource(s)
Terraform Configuration Files
Debug Output
https://gist.github.com/kodless/f1f3da77b81e95f5a73b94b6373bcf31
Expected Behavior
Add a new grant for
debezium
role.Actual Behavior
The provider is trying to grant the role
authorizer_migrate
topostgres
role which is confusing.Steps to Reproduce
terraform apply
Important Factoids
Running on Terraform Cloud
The text was updated successfully, but these errors were encountered: