mirror of
https://github.com/terraform-aws-modules/terraform-aws-rds-proxy.git
synced 2025-12-17 08:21:12 +00:00
Update UPGRADE-3.0.md
This commit is contained in:
parent
14fbc9e7e1
commit
debf7b0115
1 changed files with 1 additions and 0 deletions
|
|
@ -69,6 +69,7 @@ module "rds_proxy" {
|
|||
+ description = "Aurora PostgreSQL superuser password"
|
||||
+ secret_arn = "arn:aws:secretsmanager:us-east-1:123456789012:secret:superuser-6gsjLD"
|
||||
+ }
|
||||
+ }
|
||||
+ kms_key_arns = ["arn:aws:kms:eu-west-1:123456789012:key/6ca29066-552a-46c5-a7d7-7bf9a15fc255"]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue