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.
Hi there,
Terraform Version
Affected Resource(s)
Terraform Configuration Files
Actual Behavior
Commenting out
postgresql_grant.database_to_public
or destroying that with target should revoke permissions.Expected Behavior
Refresh before the apply or destroy removes the resource from state and no revoke is performed (
0 added, 0 changed, 0 destroyed
).Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform apply
terraform destroy --target postgresql_grant.database_to_public
.postgresql_grant.database_to_public
resource and runterraform apply
.The text was updated successfully, but these errors were encountered: