Skip to content

Commit 9284b75

Browse files
committed
update README.md
1 parent 1d8a8a5 commit 9284b75

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,12 +113,13 @@ Here is an example of how you can use this module in your inventory structure:
113113

114114
| Name | Description | Type | Default | Required |
115115
|------|-------------|------|---------|:--------:|
116+
| auto\_enable\_controls | Whether to automatically enable new controls when they are added to standards that are enabled. <br>By default, this is set to true, and new controls are enabled automatically. <br>To not automatically enable new controls, set this to false. | `bool` | `true` | no |
117+
| control\_finding\_generator | Updates whether the calling account has consolidated control findings turned on. <br>If the value for this field is set to SECURITY\_CONTROL, <br>Security Hub generates a single finding for a control check even when the check applies to multiple enabled standards. <br>If the value for this field is set to STANDARD\_CONTROL, <br>Security Hub generates separate findings for a control check when the check applies to multiple enabled standards. <br>For accounts that are part of an organization, <br>this value can only be updated in the administrator account. | `string` | `null` | no |
116118
| enable | Set to false to prevent the module from creating any resources. | `bool` | `true` | no |
117-
| enable\_member\_account | To create member account | `bool` | `false` | no |
119+
| enable\_default\_standards | Flag to indicate whether default standards should be enabled | `bool` | `true` | no |
118120
| enabled\_products | The possible values are:<br>- product/aws/guardduty<br>- product/aws/inspector<br>- product/aws/macie | `list(any)` | `[]` | no |
119121
| enabled\_standards | The possible values are:<br>- standards/aws-foundational-security-best-practices/v/1.0.0<br>- ruleset/cis-aws-foundations-benchmark/v/1.2.0<br>- standards/pci-dss/v/3.2.1 | `list(any)` | `[]` | no |
120-
| member\_account\_id | The ID of the member AWS account. | `string` | `""` | no |
121-
| member\_mail\_id | The email of the member AWS account. | `string` | `""` | no |
122+
| member\_details | n/a | <pre>list(object({<br> account_id = string<br> mail_id = string<br> invite = bool<br> }))</pre> | `[]` | no |
122123
| name | n/a | `string` | `""` | no |
123124
| security\_hub\_enabled | To Enable seucirty-hub in aws account | `bool` | `true` | no |
124125

0 commit comments

Comments
 (0)