terraform-provider-postgresql
terraform-provider-postgresql copied to clipboard
Terraform PostgreSQL provider
Now that we have Publications (#192), it'd be useful to also support [Subscriptions](https://www.postgresql.org/docs/current/logical-replication-subscription.html).
Hi there, There is no resource that allows "ALTER ROLE SET = " for use with extensions. Specifically the extension PGAudit (https://www.pgaudit.org/). This will allow for quicker configuration of these...
My use case: - A user `someone` is added to a GCP Cloud SQL PostgreSQL instance using sql-db module's `additional_users` [1] (or `sql_user` resource [2]). - Such user is automatically...
Google's Cloud SQL allows adding users of `type = "CLOUD_IAM_USER"` and `type = CLOUD_IAM_SERVICE_ACCOUNT` using an IAM principal's email. See [1], [2]. IAM Cloud users can log on to a...
On Terraform Cloud, we do not have access to the file system and thus cannot prepare a credentials file for this provider. The official GCP provider supports the `GOOGLE_CREDENTIALS` environment...
Hi there, First of all thanks for this awesome repo and for taking the time reading through this issue. As you may know PostgreSQL supports [function overloading](https://en.wikipedia.org/wiki/Function_overloading). In our team...
### Terraform Version ``` Terraform v1.2.3 on darwin_amd64 + provider registry.terraform.io/cyrilgdn/postgresql v1.16.0 ``` ### Affected Resource(s) - postgresql_grant ### Terraform Configuration Files ```hcl terraform { required_version = ">= 1.0" required_providers...
### Terraform Version 1.1.3 ### Affected Resource(s) postgresql_grant ### Terraform Configuration Files ```hcl required_providers { aws = { source = "hashicorp/aws" version = "= 3.71.0" } postgresql = { source...
## Overview This PR adds the new data source `postgresql_schemas` for retrieving schema names from a database. The intended usage of this data source is so that it will no...
Hi there, Thank you for opening an issue. Please provide the following information: ### Terraform Version Terraform v1.0.7 on linux_amd64 + provider registry.terraform.io/cyrilgdn/postgresql v1.14.0 + provider registry.terraform.io/hashicorp/external v2.1.0 + provider...