Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
paliwalvimal committed Feb 9, 2022
1 parent 8fb8416 commit 70a6135
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@ module "db" {
| address | The hostname of the RDS instance |
| port | Port at which RDS database is listening for traffic |
| username | Master username of database |
| password_ssm | Name of SSM Parameter used for storing database password |
| password_ssm_name | Name of SSM Parameter used for storing database password |
| password_ssm_arn | ARN of SSM Parameter used for storing database password |
| name | Name of default database created by RDS |
| id | ID of RDS database instance |
| arn | ARN of RDS database instance |
Expand Down

0 comments on commit 70a6135

Please sign in to comment.