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
A) reject use of 'ALL'
or
B) make a better effort to translate internally to the list of valid privileges
or at least
C) document that this is expected behavior (won't ever reach stable state) in the provider docs
Please have the module either
A) reject use of 'ALL'
or
B) make a better effort to translate internally to the list of valid privileges
or at least
C) document that this is expected behavior (won't ever reach stable state) in the provider docs
when using privileges = ["ALL"]
Terraform Version
Affected Resource(s)
Please list the resources as a list, for example:
Expected Behavior
Nothing should happen after first apply
Actual Behavior
Thinks resource needs to be updated on every run due to pg translating 'ALL' into the individual grants and needing to be updated on every apply.
If you list out the privileges individually, it behaves as expected.
The text was updated successfully, but these errors were encountered: