mirror of
https://github.com/terraform-aws-modules/terraform-aws-rds-proxy.git
synced 2025-12-17 00:11:11 +00:00
chore: update README usage example
This commit is contained in:
parent
f93f88c56b
commit
fe6d354da5
1 changed files with 3 additions and 3 deletions
|
|
@ -23,7 +23,7 @@ module "rds_proxy" {
|
|||
|
||||
secrets = {
|
||||
"superuser" = {
|
||||
description = "Aurora PostgreSQL superuser password
|
||||
description = "Aurora PostgreSQL superuser password"
|
||||
arn = "arn:aws:secretsmanager:us-east-1:123456789012:secret:superuser-6gsjLD"
|
||||
kms_key_id = "6ca29066-552a-46c5-a7d7-7bf9a15fc255"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue