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.9.8 ### Affected Resource(s) At least postgresql_role. ### Terraform Configuration Files I have updated my aurora config to use the scale to 0 configuration. So...

### Summary This PR adds support for attaching comments to PostgreSQL roles, allowing users to document the purpose of each role within the database. This improves clarity and supports compliance...

### Terraform Version 1.9.6 ### Provider Version 1.24.0 ### Affected Resource(s) - postgresql_grant ### Terraform Configuration Files ```hcl provider "postgresql" { alias = "qa-authz" host = "rds.endpoint" username = "postgres"...

**Description:** Hello, and thank you for maintaining this provider! I’ve encountered a challenge when using the `postgresql_schemas` data source to retrieve schemas dynamically, especially in situations where a database might...

Hi there, Thank you for opening an issue. Please provide the following information: ### Terraform Version Run `terraform -v` to show the version. If you are not running the latest...

cf https://github.com/cyrilgdn/terraform-provider-postgresql/issues/407#issuecomment-2407615861 PR: #481 In v1.24.0, we did a small fix to be compatible with PG16 but with the same behavior than previous version. In Postgres 16, we can now...

feature

Hi there, I encountered an error when applying changes to a PostgreSQL database resource in Terraform using the `cyrilgdn/postgresql` provider. The provider produced inconsistent values for the `alter_object_ownership` attribute, switching...

### Problem Using a workload federation authentication config for Google Cloud is failing. This was traced back to the fact that this feature was only implemented in the past year,...

### Terraform Version ```plain Terraform v1.5.7 on linux_amd64 + provider registry.terraform.io/cyrilgdn/postgresql v1.23.0 + provider registry.terraform.io/hashicorp/aws v5.68.0 + provider registry.terraform.io/hashicorp/random v3.6.2 ``` ### Affected Resource(s) - postgresql_default_privileges ### Terraform Configuration Files...