When ALL is used as the privilege for a schema grant, the provider reads all the privileges separately and so it sees as if there is a change in the terraform state.
This can be fixed by checking if ALL is in the state, all the privileges must be selected.
When ALL is used as the privilege for a schema grant, the provider reads all the privileges separately and so it sees as if there is a change in the terraform state.
This can be fixed by checking if ALL is in the state, all the privileges must be selected.