Skip to content

Commit

Permalink
Updates for RAIN-77155
Browse files Browse the repository at this point in the history
  • Loading branch information
selvats committed Oct 26, 2023
1 parent 89a26cd commit f7149f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ No modules.
| <a name="input_cross_account_role_arn"></a> [cross\_account\_role\_arn](#input\_cross\_account\_role\_arn) | The IAM cross account role ARN is required when setting use\_existing\_cross\_account\_role to true | `string` | `""` | no |
| <a name="input_cross_account_role_name"></a> [cross\_account\_role\_name](#input\_cross\_account\_role\_name) | The IAM cross account role name. Required to match with cross\_account\_role\_arn if use\_existing\_cross\_account\_role is set to true | `string` | `""` | no |
| <a name="input_external_id"></a> [external\_id](#input\_external\_id) | The external ID configured inside the IAM role used for cross account access | `string` | `""` | no |
| <a name="input_filter_query_text"></a> [filter\_query\_text](#input\_filter\_query\_text) | The LQL query text. | `string` | `""` | no |
| <a name="input_filter_query_text"></a> [filter\_query\_text](#input\_filter\_query\_text) | The LQL query to constrain the scanning to specific resources. If left blank, Lacework will scan all resources available to the account or organization. For more information, see [Limit Scanned Workloads](https://docs.lacework.net/onboarding/lacework-console-agentless-workload-scanning#aws---limit-scanned-workloads). | `string` | `""` | no |
| <a name="input_global"></a> [global](#input\_global) | Whether or not to create global resources. Defaults to `false`. | `bool` | `false` | no |
| <a name="input_global_module_reference"></a> [global\_module\_reference](#input\_global\_module\_reference) | A reference to the global lacework\_aws\_agentless\_scanning module for this account. | <pre>object({<br> agentless_scan_ecs_task_role_arn = string<br> agentless_scan_ecs_execution_role_arn = string<br> agentless_scan_ecs_event_role_arn = string<br> agentless_scan_secret_arn = string<br> lacework_account = string<br> lacework_domain = string<br> external_id = string<br> prefix = string<br> suffix = string<br> })</pre> | <pre>{<br> "agentless_scan_ecs_event_role_arn": "",<br> "agentless_scan_ecs_execution_role_arn": "",<br> "agentless_scan_ecs_task_role_arn": "",<br> "agentless_scan_secret_arn": "",<br> "external_id": "",<br> "lacework_account": "",<br> "lacework_domain": "",<br> "prefix": "",<br> "suffix": ""<br>}</pre> | no |
| <a name="input_iam_service_linked_role"></a> [iam\_service\_linked\_role](#input\_iam\_service\_linked\_role) | Whether or not to create aws\_iam\_service\_linked\_role. Defaults to `false`. | `bool` | `false` | no |
Expand Down

0 comments on commit f7149f6

Please sign in to comment.