From 9284b75b49639f8bed4e462b3698d3a4c20180bb Mon Sep 17 00:00:00 2001 From: clouddrove-ci Date: Mon, 24 Jul 2023 15:39:58 +0000 Subject: [PATCH] update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8cadd1f..07bc7e4 100644 --- a/README.md +++ b/README.md @@ -113,12 +113,13 @@ Here is an example of how you can use this module in your inventory structure: | Name | Description | Type | Default | Required | |------|-------------|------|---------|:--------:| +| auto\_enable\_controls | Whether to automatically enable new controls when they are added to standards that are enabled.
By default, this is set to true, and new controls are enabled automatically.
To not automatically enable new controls, set this to false. | `bool` | `true` | no | +| control\_finding\_generator | Updates whether the calling account has consolidated control findings turned on.
If the value for this field is set to SECURITY\_CONTROL,
Security Hub generates a single finding for a control check even when the check applies to multiple enabled standards.
If the value for this field is set to STANDARD\_CONTROL,
Security Hub generates separate findings for a control check when the check applies to multiple enabled standards.
For accounts that are part of an organization,
this value can only be updated in the administrator account. | `string` | `null` | no | | enable | Set to false to prevent the module from creating any resources. | `bool` | `true` | no | -| enable\_member\_account | To create member account | `bool` | `false` | no | +| enable\_default\_standards | Flag to indicate whether default standards should be enabled | `bool` | `true` | no | | enabled\_products | The possible values are:
- product/aws/guardduty
- product/aws/inspector
- product/aws/macie | `list(any)` | `[]` | no | | enabled\_standards | The possible values are:
- standards/aws-foundational-security-best-practices/v/1.0.0
- ruleset/cis-aws-foundations-benchmark/v/1.2.0
- standards/pci-dss/v/3.2.1 | `list(any)` | `[]` | no | -| member\_account\_id | The ID of the member AWS account. | `string` | `""` | no | -| member\_mail\_id | The email of the member AWS account. | `string` | `""` | no | +| member\_details | n/a |
list(object({
account_id = string
mail_id = string
invite = bool
}))
| `[]` | no | | name | n/a | `string` | `""` | no | | security\_hub\_enabled | To Enable seucirty-hub in aws account | `bool` | `true` | no |