We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent affe754 commit 2f54441Copy full SHA for 2f54441
README.md
@@ -37,11 +37,8 @@ module "rds_proxy" {
37
}
38
39
40
- engine_family = "POSTGRESQL"
41
- db_host = "myendpoint.cluster-custom-123456789012.us-east-1.rds.amazonaws.com"
42
- db_name = "example"
43
-
44
# Target Aurora cluster
+ engine_family = "POSTGRESQL"
45
target_db_cluster = true
46
db_cluster_identifier = "myendpoint"
47
0 commit comments