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

To address [#304] where users are implementing multiple extension resources per extension under the assumption one is required per schema. According to postgres documentation, schema is only the location to...

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

When using resources `postgresql_default_privileges` or `postgresql_grant` you have the option to define a fine grained set of privileges (for example only `CONNECT` for object_type `database`) or all at once, either...

Hi, I get an error when I try to connect to my database via passwordless authentication: ```shell Error: Error connecting to PostgreSQL server psql-000.postgres.database.azure.com (scheme: postgres): pq: Service Principal oid...

Bumps google.golang.org/protobuf from 1.31.0 to 1.33.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=google.golang.org/protobuf&package-manager=go_modules&previous-version=1.31.0&new-version=1.33.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Hi there, Thank you for opening an issue. Please provide the following information: ### Terraform Version 1.7.4 ### Affected Resource(s) - postgresql_grant_role ### Terraform Configuration Files I don't think an...

Hi there, We're having issues when assigning default privileges on schema to a specific role. The provider returns an error related to a Root object that was present and now...

https://github.com/cyrilgdn/terraform-provider-postgresql/blob/f46ec221181b09b153c7fc816e75c7030a3e8ab9/postgresql/provider.go#L271C15-L271C44 I have a custom buildagent for Azure DevOps Pipeline running in an App Service that uses Managed Identity to login into the Azure Database for PostgreSQL database. When the...

In this PR I've added a `search_path` parameter on the `postgresql_database` resource, which allows to alter the database to set a value for its search path. It's inspired from what...

Hi there, It would be great to have support for a `postgresql_columns` data source as well as `postgresql_databases`. #374 Thanks

feature