terraform-aws-rds-postgresql
terraform-aws-rds-postgresql copied to clipboard
Terraform module for simplified provisioning and management of AWS PostgreSQL
add backup and restore functionality in the RDS postgresql
I used `slack_notification_enabled = false` and was not supplying a `slack_webhook_url`. This resulted in the following error: ``` │ Error: encrypting with KMS Key (arn:aws:kms:us-xxxx-x:xxxx:key/xxxx-xxxx-xxxx-xxxx-xxxxxxx): InvalidParameter: 1 validation error(s) found....
Introduced the ability for users to back up individual databases or all databases collectively. This functionality leverages Kubernetes jobs for both backup and restoration, with support for specifying S3 dump...
I've tried your module and it has some issues with the secret: 1. It is not structured because it's invalid JSON 2. Where the password should be, there is some...