File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11This 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
1113module "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
2526Take a look to the video to see the module in action
You can’t perform that action at this time.
0 commit comments