terraform-aws-rds-postgresql
terraform-aws-rds-postgresql copied to clipboard
Fix secrets manager secret version
trafficstars
I've tried your module and it has some issues with the secret:
- It is not structured because it's invalid JSON
- Where the password should be, there is some terraform code in the deployed secret
- It used a variable that doesn't exist
I hope this helps :)