mirror of
https://github.com/terraform-aws-modules/terraform-aws-rds-proxy.git
synced 2025-12-16 16:01: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
|
|
@ -14,7 +14,7 @@ See [`examples`](./examples) directory for working examples to reference:
|
|||
|
||||
```hcl
|
||||
module "rds_proxy" {
|
||||
source = "clowdhaus/rds-proxy/aws"
|
||||
source = "clowdhaus/rds-proxy/aws"
|
||||
|
||||
name = "rds-proxy"
|
||||
iam_role_name = "rds-proxy-role"
|
||||
|
|
@ -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"
|
||||
}
|
||||
|
|
@ -38,7 +38,7 @@ module "rds_proxy" {
|
|||
db_cluster_identifier = "myendpoint"
|
||||
|
||||
tags = {
|
||||
Terraform = "true"
|
||||
Terraform = "true"
|
||||
Environment = "dev"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue