Skip to content

Commit 0b57bbf

Browse files
author
Giuseppe Borgese
committed
adding more readme info
1 parent 0829ebd commit 0b57bbf

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
This module will create all the resources to store and rotate a MySQL or Aurora password using the AWS Secrets Manager service.
22

3+
# Schema
4+
35
![schema](schema.jpg)
46

57
# Prerequisites
68
* A VPC with private subnets and accessibilty to AWS Secrets Manager Endpoint, see below for more details.
79
* An RDS with MySQL or Aurora already created and reacheable from the private subnets
810

911
# Usage Example
10-
```
12+
```terraform
1113
module "mysqlsecretmanager" {
1214
source = "terraform-aws-secret-manager-with-rotation"
1315
name = "PassRotation"
@@ -19,7 +21,6 @@ module "mysqlsecretmanager" {
1921
mysql_password = "dummy_password_will_we_rotated"
2022
mysql_dbInstanceIdentifier = "my_rds_db_identifier"
2123
}
22-
2324
```
2425

2526
Take a look to the video to see the module in action

0 commit comments

Comments
 (0)