terraform-provider-postgresql
terraform-provider-postgresql copied to clipboard
Terraform PostgreSQL provider
Hi there, Thank you for opening an issue. Please provide the following information: ### Terraform Version Terraform 1.3 cyrilgdn/postgresql 1.19.0 ### Affected Resource(s) - postgresql_role If this issue appears to...
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...
Hi there, I have an issue that when I add a role to a database which is already created, privileges are not assigned. Though, the privileges of the role created,...
Hi there, Thank you for opening an issue. Please provide the following information: ### Terraform Version ``` Terraform v1.2.5 on darwin_amd64 + provider registry.terraform.io/cyrilgdn/postgresql v1.17.1 + provider registry.terraform.io/hashicorp/aws v4.46.0 +...
Hello, The postgresql client library provides a "hostaddr" feature, allowing you to override DNS. This is very useful if you wish to use SSL certificate verification but are connecting to...
Given a `postgresql_role` and a resource dependent on that role, an error is thrown when removing the dependency and destroying the role, as Terraform attempts to perform the destroy before...
[Removed the template because not a bug] Currently it doesn't seem to be possible to set the database-level `search_path` on the `postgresql_database` resource; it's necessary to create the resource and...
Hi, I am using this provider in terraform configuration that uses RDS Global Cluster to failover between prod and prod-dr. Each configuration is a separate component per env, so trying...
Is there a way to create a table resource that can be used to create , delete and update a table schema? Thanks.
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.13.0 to 0.23.0. Commits c48da13 http2: fix TestServerContinuationFlood flakes 762b58d http2: fix tipos in comment ba87210 http2: close connections when receiving too many headers ebc8168 all: fix...