Skip to content

Commit fe6d354

Browse files
committed
chore: update README usage example
1 parent f93f88c commit fe6d354

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ See [`examples`](./examples) directory for working examples to reference:
1414

1515
```hcl
1616
module "rds_proxy" {
17-
source = "clowdhaus/rds-proxy/aws"
17+
source = "clowdhaus/rds-proxy/aws"
1818
1919
name = "rds-proxy"
2020
iam_role_name = "rds-proxy-role"
@@ -23,7 +23,7 @@ module "rds_proxy" {
2323
2424
secrets = {
2525
"superuser" = {
26-
description = "Aurora PostgreSQL superuser password
26+
description = "Aurora PostgreSQL superuser password"
2727
arn = "arn:aws:secretsmanager:us-east-1:123456789012:secret:superuser-6gsjLD"
2828
kms_key_id = "6ca29066-552a-46c5-a7d7-7bf9a15fc255"
2929
}
@@ -38,7 +38,7 @@ module "rds_proxy" {
3838
db_cluster_identifier = "myendpoint"
3939
4040
tags = {
41-
Terraform = "true"
41+
Terraform = "true"
4242
Environment = "dev"
4343
}
4444
}

0 commit comments

Comments
 (0)