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

Hi there, ### Terraform Version 1.5.7 ### Affected Resource(s) postgresql_function ### Description When creating a resource of type postgresql_function if there is an argument of type array with several values...

### Terraform Version ``` Terraform v1.4.6 on darwin_amd64 + provider registry.terraform.io/cyrilgdn/postgresql v1.19.0 ``` ### Affected Resource(s) - postgresql_grant ### Terraform Configuration Files ```hcl resource "postgresql_grant" "access" { provider = postgresql.mydb...

Similar to a previous feature that was added to support adding the `statement_timeout` for a specific role, this PR adds a new attribute on the role resource to allow to...

New feature for altering roles which is useful for setting pgaudit settings among other things. This change was implemented on a few forks already, but for some reason it was...

This adds support to allow specifying schemas whose tables should be included in publications using the `FOR TABLES IN SCHEMA` publication_object: https://www.postgresql.org/docs/current/sql-createpublication.html#SQL-CREATEPUBLICATION-FOR-TABLES-IN-SCHEMA Thanks!

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.57.0 to 1.57.1. Release notes Sourced from google.golang.org/grpc's releases. Release 1.57.1 Security server: prohibit more than MaxConcurrentStreams handlers from running at once (CVE-2023-44487) In addition to this...

dependencies

I've added a security label resource. This allows to create and manage security labels in postgres (https://www.postgresql.org/docs/current/sql-security-label.html). Unfortunately, in order to test the security label operations, a "security label provider"...