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

Terraform PostgreSQL provider

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

Hi, Please help. I am facing a timeout issue. I have tried my best to provide whatever info required. ### Terraform Version 1.1.4 ### Affected Resource(s) Please list the resources...

### Feature request: We recently added the feature or RDS IAM https://github.com/cyrilgdn/terraform-provider-postgresql/pull/134 which is great :partying_face: But this requires the AWS user or role loaded in the environment (or the...

This includes the following PR and the requested changes https://github.com/cyrilgdn/terraform-provider-postgresql/pull/180

This PR adds the ability to manage privileges on a per column basis. # General overview This PR focusses on the `postgresql_grant` resources. It adds the value `column` as a...

This PR adds the new resource postgresql_publication for managing PostgreSQL publications. ### Example: ``` resource "postgresql_subscription" "subscription" { name = "subscription" conninfo = "host=localhost port=5432 dbname=mydb user=postgres password=secret" publications =...

### Terraform Version Terraform v1.0.11 ### Affected Resource(s) - postgresql_grant_role ### Terraform Configuration Files ```hcl # Create a django DB user for each jurisdiction resource "postgresql_role" "django_database_user" { for_each =...