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
{{ message }}
This repository has been archived by the owner on Nov 14, 2020. It is now read-only.
Context
The PostgreSQL provider does not seems to catch configuration drift on schema policies.
For some tests I manually changed the policy of a schema created by the PostgreSQL provider and performed a
terraform plan
and it returned:Using
terraform refresh
does not change the outcome.Terraform Version
Affected Resource(s)
Please list the resources as a list, for example:
Terraform Configuration Files
Expected Behavior
The provider should have picked up the change and fixed the schema policy to the
usr_ro
role.Actual Behavior
The provider does not pick up the change and is not fixing the schema policy.
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform apply
Revoke schema usage to the created role
terraform apply
Important Factoids
postgres:9.6.15
The text was updated successfully, but these errors were encountered: