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 `0.14.7` ### Affected Resource(s) Please list the resources as a list, for example: - postgresql_replication_slot ### Terraform Configuration Files ```hcl terraform { backend "gcs" { bucket =...

### Terraform Version Run `terraform -v` to show the version. If you are not running the latest version of Terraform, please upgrade because your issue may have already been fixed....

### Terraform Version N/A ### Affected Resource(s) - postgresql_role We would like to be able to run a command (or list of commands) on `postgresql_role` when it is created by...

### Terraform Version 0.15.4 ### Provider Version 1.13.0 ### Affected Resource(s) postgresql_database ### Terraform Configuration Files ```hcl provider "postgresql" { host = jsondecode(data.aws_secretsmanager_secret_version.secret.secret_string)["host"] port = jsondecode(data.aws_secretsmanager_secret_version.secret.secret_string)["port"] database = "postgres" username...

### Terraform Version cdktf 0.6.3 Terraform v1.0.5 on darwin_amd64 Your version of Terraform is out of date! The latest version is 1.0.7. You can update by downloading from https://www.terraform.io/downloads.html ###...

Hi there, Thank you for opening an issue. Please provide the following information: ### Terraform Version 14. I would like to have the https://registry.terraform.io/providers/cyrilgdn/postgresql/latest/docs/resources/postgresql_grant resource the ability to make changes...

### Terraform Version - v1.0.5 ### Affected Resource(s) Please list the resources as a list, for example: - postgresql_grant If this issue appears to affect multiple resources, it may be...

I've looked everywhere but I can't find why you don't consider to allow granting permissions on column

feature

Version: ``` Terraform v0.14.11 + provider registry.terraform.io/cyrilgdn/postgresql v1.14.0 + provider registry.terraform.io/hashicorp/aws v3.56.0 + provider registry.terraform.io/hashicorp/google v3.65.0 + provider registry.terraform.io/hashicorp/google-beta v3.82.0 + provider registry.terraform.io/hashicorp/http v2.1.0 ``` This works: ``` provider "postgresql"...

First off, thank you @cyrilgdn for maintaining this terraform provider! It's been such a wonderful way to declaratively manage Postgres roles and privileges. **Feature:** In version 11, Postgres separated procedures...

feature