terraform-provider-postgresql
terraform-provider-postgresql copied to clipboard
Terraform PostgreSQL provider
Hi there, I would like to request an additional flag for the `postgresql_database`-resource. Although it is possible to change the owner of the database itself with this resource, the owner...
Previously, the only way to configure proxying requests to Postgres through a SOCKS5 proxy server was to set `ALL_PROXY` environment variable. However, this could have unintended side effects and impact...
Hi there, Thank you for opening an issue. Please provide the following information: ### Terraform Version v1.5.7 ### Affected Resource(s) - postgresql_default_privileges - postgresql_grant_role ### Terraform Configuration Files ```hcl resource...
### Terraform Version ``` Terraform v1.5.7 ``` ### Affected Resource(s) - postgresql_grant ### Terraform Configuration Files ```hcl resource "postgresql_grant" "public_database_connect" { database = "test_db" role = "test_role" schema = "public"...
Hello! Is it possible to add comments to resources? ``` COMMENT ON DATABASE test IS 'test comment'; ``` ``` COMMENT ON ROLE test IS 'comment'; ``` And others ### Terraform...
First of all thank you for all the work you put into this provider! I'm trying to change the owner of the tables from a database and im not being...
Add support for GCP IAM service account impersonation ### Use cases The company has a centralized service account that is used for Terraform automation. However, such GSA should not be...
This PR adds support for views in the provider. Features: - Manages Postgres views: create/update/delete. - Supports all view's options: check_option, security_barrier, security_invoker. _Notes_: This PR is only for regular...
Bumps [github.com/Azure/azure-sdk-for-go/sdk/azidentity](https://github.com/Azure/azure-sdk-for-go) from 1.3.0 to 1.6.0. Release notes Sourced from github.com/Azure/azure-sdk-for-go/sdk/azidentity's releases. sdk/internal/v1.6.0 1.6.0 (2024-04-16) Features Added Options types for SetBodilessMatcher and SetDefaultMatcher now embed RecordingOptions Added a collection of...
First of all thank you for all the work you put into this provider! I noticed the public GPG key of this provider is missing in the OpenTofu module registry....