@@ -30,6 +30,16 @@ module "random_password" {
3030| aws | n/a |
3131| random | >= 2.2.0 |
3232
33+ ## Resources
34+
35+ | Name | Type |
36+ | ------| ------|
37+ | [ aws_cloudwatch_log_metric_filter.secret_access] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudwatch_log_metric_filter ) | resource |
38+ | [ aws_cloudwatch_metric_alarm.unauthorized_cloudtrail_calls] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudwatch_metric_alarm ) | resource |
39+ | [ aws_secretsmanager_secret.secret] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/secretsmanager_secret ) | resource |
40+ | [ aws_secretsmanager_secret_version.secret_val] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/secretsmanager_secret_version ) | resource |
41+ | [ random_password.random_string] ( https://registry.terraform.io/providers/hashicorp/random/latest/docs/resources/password ) | resource |
42+
3343## Inputs
3444
3545| Name | Description | Type | Default | Required |
@@ -48,7 +58,7 @@ module "random_password" {
4858| name\_ prefix | Name Prefix (not used if name specified) | ` string ` | ` "terraform" ` | no |
4959| override\_ special | n/a | ` string ` | ` "" ` | no |
5060| pass\_ version | Password version. Increment this to trigger a new password. | ` number ` | ` 1 ` | no |
51- | recovery_window_in_days | Number of days to wait before deleting the secret | ` number ` | ` "30" ` | no |
61+ | recovery \_ window \_ in \_ days | Number of days that AWS Secrets Manager waits before it can delete the secret. | ` number ` | ` 30 ` | no |
5262| secret\_ access\_ metric\_ namespace | Metric namespace to use for CloudWatch metric | ` string ` | ` "SecretsManager" ` | no |
5363| secret\_ access\_ notification\_ arn | SNS topic to notify on secret access (required if ` enable_secret_access_notification=true ` ) | ` string ` | ` "" ` | no |
5464| tags | Tags to add to supported resources | ` map(string) ` | ` {} ` | no |
@@ -64,7 +74,6 @@ module "random_password" {
6474| secret | Generated secret |
6575| secret\_ arn | The ARN of the secret |
6676| version\_ id | The unique identifier of the version of the secret. |
67-
6877<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
6978
7079## Warning
0 commit comments