terraform-provider-postgresql
terraform-provider-postgresql copied to clipboard
Terraform PostgreSQL provider
I am trying to analyze the code that handles ownership reassignment ([here](https://github.com/cyrilgdn/terraform-provider-postgresql/blob/main/postgresql/resource_postgresql_database.go#L491)). 1. It locks the role `currentUser`. 2. It grants `currentOwner` to `currentUser`. 3. It invokes `REASSIGN OWNED BY...
Add import instructions for postgresql_replication_slot resource
Hi, I am trying to create a database using an IAM based service account user. But in the provider i am using a Built-In user as there is no easy...
### Terraform Version N/A - general question affecting all versions ### Affected Resource(s) Please list the resources as a list, for example: postgresql_role ### Terraform Configuration Files N/A ### Debug...
### 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....
as the original PR https://github.com/cyrilgdn/terraform-provider-postgresql/pull/249 was missing them Fixes https://github.com/cyrilgdn/terraform-provider-postgresql/issues/138
### Terraform Version opentofu 1.8.2 ### Affected Resource(s) - postgresql_role - postgresql_grant_role - postgresql_database ### Terraform Configuration Files ```hcl provider "postgresql" { host = var.db_endpoint port = 5432 database =...
From PostgreSQL 17 up `sslnegotiation` controls whether PostgreSQL will use STARTTLS or just normal TLS
Bumps grpc from 1.57.0 to 1.57.2 to fix a critical [CVE-2023-44487](https://github.com/advisories/GHSA-qppj-fm5r-hxr3)
added the ability to select a database when creating a server resource and user mapping