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

### Terraform Version Terraform 1.0.4 ### Affected Resource(s) Please list the resources as a list, for example: - postgresql_grant - postgresql_grant_role ### Terraform Configuration Files This block returns `ERROR: must...

### Discussed in https://github.com/cyrilgdn/terraform-provider-postgresql/discussions/113 Originally posted by **hasantayyar** August 11, 2021 I see the the provider converts all host and port inputs to `postgresq://...` connection string format. Is it possible...

feature

Hi, This is my first ever post on Git, so please forgive me if not following any particular protocols. I am using Terraform 1.0.0 with this postgres provider 1.13.0 Backend...

Hi, I've got a feature request when using postgresql_grant to validate the privileges. ### Terraform Version ``` Terraform v1.0.4 on windows_amd64 + provider registry.terraform.io/cyrilgdn/postgresql v1.12.0 + provider registry.terraform.io/hashicorp/azurerm v2.68.0 +...

### Terraform Version all versions, we are running on 0.13 currently ### Affected Resource(s) all resources ### Terraform Configuration Files ```hcl provider "postgresql" { alias = "pkg" host = local.db_url...

waiting-response

Hi there, @cyrilgdn Thank you for creating and maintaining this terraform provider. It definitely helps us a lot in automating the maintenance of the Postgres database. I have a Postgres...

Hi there, Thank you for opening an issue. Please provide the following information: ### Terraform Version 0.12.30 ### Affected Resource(s) postgresql_grant If this issue appears to affect multiple resources, it...

### Terraform Version hashicorp/terraform:0.14.11 ### Affected Resource(s) - postgresql_database ### Terraform Configuration Files ```hcl terraform { required_providers { postgresql = { source = "cyrilgdn/postgresql" version = "= 1.13.0" } }...

Howdy! Thanks for this provider! I'm using Aurora Postgresql 12.4 and would like to inject the RDS cert bundle (from https://s3.amazonaws.com/rds-downloads/rds-combined-ca-bundle.pem) that I have stored in Secrets Manager as plain...

feature

Hello, Is it possible to add a new feature to the provider : Connecting to Azure database postgresql using Azure Active DIrectory authentication as described [here](https://docs.microsoft.com/en-us/azure/postgresql/howto-configure-sign-in-aad-authentication) The idea is that...