rmhw

Results 1 comments of rmhw

I'm also facing this issue in 1.22.0. In case it's relevant, I'm creating grants using a for_each (as below). ``` resource "postgresql_grant" "grant_all_on_tables" { for_each = toset(var.full_access_users) database = postgresql_database.main.name...