terraform-provider-postgresql
Hey, has anyone successfully used https://github.com/cyrilgdn/terraform-provider-postgresql to install extensions, create grants etc? We run into a couple of issues with this on neon. E.g. https://github.com/cyrilgdn/terraform-provider-postgresql/blob/main/postgresql/resource_postgresql_grant.go#L799 this does not really work and throw a permission error.
GitHub
GitHub - cyrilgdn/terraform-provider-postgresql: Terraform PostgreS...
Terraform PostgreSQL provider. Contribute to cyrilgdn/terraform-provider-postgresql development by creating an account on GitHub.
GitHub
terraform-provider-postgresql/postgresql/resource_postgresql_grant....
Terraform PostgreSQL provider. Contribute to cyrilgdn/terraform-provider-postgresql development by creating an account on GitHub.
1 Reply
inland-turquoise•6mo ago
We are also running into issues using this provider with Neon. I think it's mostly related to the
neon_superuser
role missing some privileges, but haven't tracked down the exact issue.