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 v1.6.3 * terragrunt version v0.53.3 ### Affected Resource(s) Please list the resources...
According to the documentation (https://registry.terraform.io/providers/cyrilgdn/postgresql/latest/docs/resources/postgresql_role), there doesn't seem to be a way to create a new ROLE and define an admin (or a set of admins) for that role. In...
Hello, I have a requirement where I'm need to get a list of all databases from current PG instance and use it to create another non-PG related resources for each...
### Terraform Version ``` Terraform v1.3.9 on darwin_arm64 ``` ### Affected Resource(s) - postgresql_database ### Terraform Configuration Files ```hcl provider "postgresql" { scheme = "awspostgres" host = "xxx.us-east-1.rds.amazonaws.com" port =...
### Terraform Version `Terraform v1.3.9` ### Affected Resource(s) - postgresql_publication Default user (which is used in provider's connection string) does not have permission to create `publication`. But the owner specified...
I'am trying to setup Azure AD authentication in terraform for postgresql flexible server but it keeps giving an error. I think that everything is configured correctly. Hope that someone can...
Hi there, ### Terraform Version Terraform v1.5.5 on linux_arm64 with latest [terraform-provider-postgresql](https://github.com/cyrilgdn/terraform-provider-postgresql) stable version ### Affected Resource(s) - postgresql_tables ### Terraform Configuration Files ```hcl data "postgresql_tables" "test" { database =...
Hello, This is a feature request. Is it possible to implement a postgresql_query datasource like in the link below? I would also appreciate if it's implemented with fixes from 1.21.1-beta.1...
Hi there, Thank you for opening an issue. Please provide the following information: Currently there doesn't seem to be a way to do the following using the provider: ``` ALTER...
Hi there, I've noticed that not all postgresql `object_types` are supported in` postgresql_grant ` resource. As stated in documentation [postgesql_grant doc](https://registry.terraform.io/providers/cyrilgdn/postgresql/latest/docs/resources/postgresql_grant ) "type" is not listed as available but on...