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

would be nice to see full support for Yugabyte as well. Yugabyte uses original Postgres binaries for the SQL layer, but enables sharding, through using a RocksDB as storage backend....

Hi, I'm attempting to use this provider with Cockroach DB, which aims to be [~Postgres compatible](https://www.cockroachlabs.com/docs/stable/postgresql-compatibility). A few different bugs show that features relied upon by cockroach DB: * https://github.com/cockroachdb/cockroach/issues/39109...

Hi there, Thanks for the provider, i've having a issue when creating a lot of roles, the creation of the roles itself works great, but when comes to grant roles,...

We would like to configure Azure AD users in Azure's managed Postgresql service. Looking through the documented options, it looks like the best fit for using this provider would be...

Hi there, Thank you for opening an issue. Please provide the following information: ### Terraform Version ``` terraform -v Terraform v1.5.7 on darwin_arm64 + provider registry.terraform.io/cyrilgdn/postgresql v1.21.0 Your version of...

### Terraform Version ``` Terraform v1.6.1 on darwin_amd64 + provider registry.terraform.io/cyrilgdn/postgresql v1.21.0 ``` ### Affected Resource(s) It's transport issue inside provider itself. sources, it may be an issue with Terraform's...

I'm using a GCP Service Account from project A to provision resources to project B. I'm providing the `GOOGLE_APPLICATION_CREDENTIALS ` environment variable to the google and postgresql providers for authentication....

### Terraform Version ``` Terraform v1.5.7 on darwin_arm64 + provider registry.terraform.io/cyrilgdn/postgresql v1.21.0 ``` ### Affected Resource(s) - website/documentation ### Terraform Configuration Files N/A ### Expected Behavior Links to provider's resources...

Parameters `idle_in_transaction_session_timeout` and `statement_timeout` cannot be set to 0, they just reset to default instead ### Terraform Version Terraform v1.3.9 on darwin_arm64 ### Affected Resource(s) Please list the resources as...

Hi, we want to create publications using the **postgresql_publication** resource, starting from **postgresql 15**, publication accepts filtering using WHERE statements after the table. Currently this feature can be forced by...