Skip to content
This repository was archived by the owner on Apr 29, 2024. It is now read-only.

Commit 291cabe

Browse files
author
Ben Smith
authored
Merge pull request #28 from emaildano/patch-1
Removed non-ASCII characters from example
2 parents 4986193 + ad59798 commit 291cabe

File tree

1 file changed

+1
-1
lines changed
  • 0.2-Relational-Database-RDS-Proxy-Example

1 file changed

+1
-1
lines changed

0.2-Relational-Database-RDS-Proxy-Example/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ aws iam create-policy \
8484
"secretsmanager:ListSecretVersionIds"
8585
],
8686
"Resource": [
87-
"<the-arn-of-the-secret>
87+
"<the-arn-of-the-secret>"
8888
]
8989
},
9090
{

0 commit comments

Comments
 (0)