| Name | Version |
|---|---|
| terraform | >=1.3 |
| aws | ~> 5.0 |
| Name | Version |
|---|---|
| aws | ~> 5.0 |
| local | n/a |
| null | n/a |
| random | n/a |
No modules.
| Name | Description | Type | Default | Required |
|---|---|---|---|---|
| aws_profile | AWS profile to use for authentication | string |
n/a | yes |
| aws_region | AWS region where to deploy resources | string |
n/a | yes |
| db_subnet_group_name | Name of the RDS subnet group | string |
n/a | yes |
| disable_ingestion_schedule | Disable the ingestion schedule | bool |
false |
no |
| environment_type | Environment type | string |
n/a | yes |
| ingestion_schedule | Cron schedule for the CloudWatch Event Rule | string |
"rate(24 hours)" |
no |
| permissions_boundary_arn | ARN of the permissions boundary to use for the IAM role | string |
n/a | yes |
| project_name | Name of the project | string |
"secrets-finder" |
no |
| rds_db_name | Name of the database to create in the RDS instance | string |
"secrets_finder" |
no |
| rds_username | Username for the RDS instance | string |
"secrets_finder" |
no |
| s3_bucket_name | Name of the S3 bucket to create | string |
n/a | yes |
| subnet_name | Name of the subnet where to deploy the resources (wildcards are allowed: first match is used) | string |
n/a | yes |
| tags | A map of tags to add to the resources | map(string) |
n/a | yes |
| vpc_name | Identifier of the VPC to use for secrets-finder | string |
n/a | yes |
| Name | Description |
|---|---|
| rds_pg_endpoint | n/a |