adam

Results 2 comments of adam

> > Cloned the sameersbn/docker-postgresql repo and easily upgraded to version 14 by changing the value of the PG_VERSION environment variable > > I tried to upgrade `sameersbn/docker-postgresql`'s version from...

As per @Gilbert32 suggested, I was able to use the preview API directly via azapi as a workaround: ``` resource "azapi_resource" "cosmos" { type = "Microsoft.DBforPostgreSQL/serverGroupsv2@2023-03-02-preview" name = "my-cosmos-db" parent_id...