You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| <aname="input_delegated_admin_account_id"></a> [delegated\_admin\_account\_id](#input\_delegated\_admin\_account\_id)| The AWS account ID to be set as a delegated administrator for Inspector |`string`|`null`| no |
152
151
| <aname="input_enable_inspector"></a> [enable\_inspector](#input\_enable\_inspector)| Whether to enable Inspector for the current account |`bool`|`true`| no |
153
152
| <aname="input_enable_inspector_for_all_accounts"></a> [enable\_inspector\_for\_all\_accounts](#input\_enable\_inspector\_for\_all\_accounts)| Whether to enable Inspector for all accounts in the organization (see README for more details) |`bool`|`false`| no |
153
+
| <aname="input_excluded_account_ids"></a> [excluded\_account\_ids](#input\_excluded\_account\_ids)| List of account IDs to exclude from Inspector enablement when enable\_inspector\_for\_all\_accounts is true |`list(string)`|`[]`| no |
154
154
| <aname="input_inspector_name"></a> [inspector\_name](#input\_inspector\_name)| Name prefix for Inspector-related resources |`string`|`"inspector"`| no |
155
155
| <aname="input_is_delegated_admin"></a> [is\_delegated\_admin](#input\_is\_delegated\_admin)| Whether this account is a delegated administrator |`bool`|`false`| no |
156
156
| <aname="input_resource_types"></a> [resource\_types](#input\_resource\_types)| List of resource types to be scanned |`list(string)`| <pre>[<br> "EC2",<br> "ECR",<br> "LAMBDA"<br>]</pre> | no |
description="List of AWS account IDs to associate with Inspector (used for more granular control over which accounts are associated with Inspector; see README for more details)"
81
81
type=list(string)
82
82
}
83
+
84
+
variable"excluded_account_ids" {
85
+
description="List of account IDs to exclude from Inspector enablement when enable_inspector_for_all_accounts is true"
0 commit comments