From 2f5444105f3589d5ad7cdf2aef43f018ad1ef5d0 Mon Sep 17 00:00:00 2001 From: Bryant Biggs Date: Wed, 17 Nov 2021 08:08:07 -0500 Subject: [PATCH] chore: update reference in README documentation --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 3015ace..3470932 100644 --- a/README.md +++ b/README.md @@ -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 + engine_family = "POSTGRESQL" target_db_cluster = true db_cluster_identifier = "myendpoint"