terraform-provider-postgresql icon indicating copy to clipboard operation
terraform-provider-postgresql copied to clipboard

Terraform PostgreSQL provider

Results 219 terraform-provider-postgresql issues
Sort by recently updated
recently updated
newest added

### Terraform Version >Terraform v1.1.6 provider[registry.terraform.io/cyrilgdn/postgresql] >= 1.15.0 ### Affected Resource(s) - all resources ### Terraform Configuration Files ```hcl provider "postgresql" { host = module.postgresql.postgresql_server.fqdn port = 5432 database =...

When Postgres is behind PGbouncer we experience the following issue: https://github.com/lib/pq/issues/889 Is it possible to add a feature where we can set: `binary_parameters=yes` in the connection string

Hi there, Thank you for opening an issue. Please provide the following information: ### Terraform Version (.venv) SweikataM@SweikataM-MacBook-Pro gitlab-pages % terraform -v Terraform v1.1.7 on darwin_amd64 + provider registry.terraform.io/cyrilgdn/postgresql v1.15.0...

Very similar issue to https://github.com/cyrilgdn/terraform-provider-postgresql/issues/38, I figured I would provide some additional information since I'm not seeing the error response. Instead, my Terraform apply runs but then when I try...

### Terraform Version 1.1.5 ### Affected Resource(s) - `postgresql_grant` ### Terraform Configuration Files ```hcl resource "postgresql_grant" "public_usage" { role = "widgets_app" database = "widgets" schema = "public" object_type = "schema"...

Hi at the moment this provider supports resources, but not data. we have Postgres instances which are setup via another process, which mean we will need to reference Roles or...

waiting-response
feature

Hi there, Thank you for opening an issue. Please provide the following information: ### Terraform Version-1.0.11 ##provider version ``` postgresql = { source = "cyrilgdn/postgresql" version = "1.12.0" } provider...

Hi there, Thank you for opening an issue. Please provide the following information: ### Terraform Version Terraform v1.0.4 on linux_amd64 + provider registry.terraform.io/cyrilgdn/postgresql v1.14.0 ### Affected Resource(s) postgresql_grant ### Terraform...

### Terraform Version Should not be relevant, but here : ``` $ terraform --version Terraform v1.0.9 on linux_amd64 ``` The provider is `v1.14.0` ### Affected Resource(s) This issue affects the...

### Terraform Version ❯ terraform -v Terraform v0.14.5 + provider registry.terraform.io/cloudflare/cloudflare v2.27.0 + provider registry.terraform.io/cyrilgdn/postgresql v1.14.0 + provider registry.terraform.io/gitlabhq/gitlab v3.7.0 + provider registry.terraform.io/hashicorp/aws v3.64.2 + provider registry.terraform.io/hashicorp/google v3.90.1 + provider...