Andy
Andy
I'd like to tackle this :)
I'll complete this during the weekend, bit swamped with work this week 😅
@byliuyang, do we first list all short links generated by users and allow them to edit each one of them or just allow edit/delete the last created short link?
If so, doesn't this depend on #200 ?
Looks like a PR has been raised for that issue. Will wait for that
```sh ❯ terraform version Terraform v0.11.14 + provider.postgresql v0.4.0 ``` Setting `max_connections` to `0` returns `Error: provider.postgresql: max_connections can not be less than 1`
The created resrource `postgresql_grant` in #51 only supports `ALL TABLES` or `ALL SEQUENCES` of a schema. Is there a plan to support specific table grants as per description above?