mirror of
https://github.com/terraform-aws-modules/terraform-aws-rds-proxy.git
synced 2025-12-17 00:11:11 +00:00
chore: update reference in README documentation
This commit is contained in:
parent
affe754727
commit
2f5444105f
1 changed files with 1 additions and 4 deletions
|
|
@ -37,11 +37,8 @@ module "rds_proxy" {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
engine_family = "POSTGRESQL"
|
|
||||||
db_host = "myendpoint.cluster-custom-123456789012.us-east-1.rds.amazonaws.com"
|
|
||||||
db_name = "example"
|
|
||||||
|
|
||||||
# Target Aurora cluster
|
# Target Aurora cluster
|
||||||
|
engine_family = "POSTGRESQL"
|
||||||
target_db_cluster = true
|
target_db_cluster = true
|
||||||
db_cluster_identifier = "myendpoint"
|
db_cluster_identifier = "myendpoint"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue