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

An expanded version of PR https://github.com/cyrilgdn/terraform-provider-postgresql/pull/171 which adds three new data sources for retrieving the names of schemas, sequences and tables respectively from a database. ## Example ```terraform data "postgresql_schemas"...

Hi there, Thank you for making this awesome provider. I am interested in connecting to postgresql through a bastion server, would there be any appetite for adding this as a...

Include https://github.com/cyrilgdn/terraform-provider-postgresql/pull/258

Hello, I triggered a deadlock when I try to run terraform destroy. I try to isolate as much as possible by reducing my TF file. With the provided file, it's...

### Terraform Version ``` Terraform v1.2.6 on darwin_arm64 + provider registry.terraform.io/cyrilgdn/postgresql v1.17.1 ``` ### Affected Resource(s) - postgresql_grant ### Terraform Configuration Files ```hcl # This resource ignores views resource "postgresql_grant"...

Currently, when a new role is created, the logs output the password `2022-07-25 18:53:15.069 UTC [49] LOG: statement: CREATE ROLE "my_role" WITH ENCRYPTED PASSWORD 'mypass' VALID UNTIL 'infinity' CONNECTION LIMIT...

waiting-response

Hi there, Thank you for opening an issue. Please provide the following information: ### Terraform Version Terraform v1.2.8 on darwin_amd64 ### Affected Resource(s) Please list the resources as a list,...

Hi there, Thank you for opening an issue. Please provide the following information: ### Terraform Version 1.1.7 ### Affected Resource(s) postgresql_grant ### Expected Behavior The grant should have been applied...