Skip to content

Commit

Permalink
Update README.md using terraform-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
andypoole authored and actions-user committed Feb 27, 2020
1 parent 2aecc9f commit c9c0d4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ so don't bother manually changing them.
| db\_cluster\_parameter\_group\_name | The name of a DB Cluster parameter group to use | `string` | `"default.aurora5.6"` | no |
| db\_parameter\_group\_name | The name of a DB parameter group to use | `string` | `"default.aurora5.6"` | no |
| enabled | Whether the database resources should be created | `string` | `true` | no |
| enabled\_cloudwatch\_logs\_exports | List of log types to export to CloudWatch Logs. If omitted, no logs will be exported. The following log types are supported: audit, error, general, slowquery, postgresql. | `list(string)` | `[]` | no |
| engine | Aurora database engine type, currently aurora, aurora-mysql or aurora-postgresql | `string` | `"aurora"` | no |
| engine-version | Aurora database engine version. | `string` | `"5.6.10a"` | no |
| final\_snapshot\_identifier | The name to use when creating a final snapshot on cluster destroy, appends a random 8 digits to name to ensure it's unique too. | `string` | `"final"` | no |
Expand Down

0 comments on commit c9c0d4d

Please sign in to comment.