Skip to content

Commit 2f54441

Browse files
committed
chore: update reference in README documentation
1 parent affe754 commit 2f54441

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,8 @@ module "rds_proxy" {
3737
}
3838
}
3939
40-
engine_family = "POSTGRESQL"
41-
db_host = "myendpoint.cluster-custom-123456789012.us-east-1.rds.amazonaws.com"
42-
db_name = "example"
43-
4440
# Target Aurora cluster
41+
engine_family = "POSTGRESQL"
4542
target_db_cluster = true
4643
db_cluster_identifier = "myendpoint"
4744

0 commit comments

Comments
 (0)