Skip to content

Commit

Permalink
fix(AWLS2-432): update readme
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Wilder <[email protected]>
  • Loading branch information
wilderj committed Feb 20, 2025
1 parent ae40983 commit 09c7057
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ No modules.
| <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 we create global resources for this deployment. 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\_azure\_agentless\_scanning module for this account. | <pre>object({<br> scanning_resource_group_name = string<br> scanning_resource_group_id = string<br> key_vault_id = string<br> key_vault_uri = string<br> key_vault_secret_name = string<br> lacework_account = string<br> lacework_domain = string<br> lacework_integration_name = string<br> storage_account_name = string<br> storage_account_id = string<br> blob_container_name = string<br> prefix = string<br> suffix = string<br> monitored_subscription_role_definition_id = string<br> scanning_subscription_role_definition_id = string<br> sidekick_principal_id = string<br> sidekick_client_id = string<br> subscriptions_list = set(string)<br> })</pre> | <pre>{<br> "blob_container_name": "",<br> "key_vault_id": "",<br> "key_vault_secret_name": "",<br> "key_vault_uri": "",<br> "lacework_account": "",<br> "lacework_domain": "",<br> "lacework_integration_name": "",<br> "monitored_subscription_role_definition_id": "",<br> "prefix": "",<br> "scanning_resource_group_id": "",<br> "scanning_resource_group_name": "",<br> "scanning_subscription_role_definition_id": "",<br> "sidekick_client_id": "",<br> "sidekick_principal_id": "",<br> "storage_account_id": "",<br> "storage_account_name": "",<br> "subscriptions_list": [],<br> "suffix": ""<br>}</pre> | no |
| <a name="input_image_url"></a> [image\_url](#input\_image\_url) | The container image url for Lacework Agentless Workload Scanning. | `string` | `"public.ecr.aws/p5r4i7k7/sidekick:latest"` | no |
| <a name="input_image_url"></a> [image\_url](#input\_image\_url) | The container image url for Lacework Agentless Workload Scanning. | `string` | `"sidekickpublic.azurecr.io/sidekick:latest"` | no |
| <a name="input_integration_level"></a> [integration\_level](#input\_integration\_level) | If we are integrating into a subscription or tenant. Valid values are 'SUBSCRIPTION' or 'TENANT' | `string` | n/a | yes |
| <a name="input_key_vault_id"></a> [key\_vault\_id](#input\_key\_vault\_id) | The ID of the Key Vault containing the Lacework Account and Auth Token | `string` | `""` | no |
| <a name="input_lacework_account"></a> [lacework\_account](#input\_lacework\_account) | The name of the Lacework account with which to integrate. | `string` | `""` | no |
Expand All @@ -115,7 +115,7 @@ No modules.
| <a name="input_suffix"></a> [suffix](#input\_suffix) | A string to be appended to the end of the name of all new resources. | `string` | `""` | no |
| <a name="input_tags"></a> [tags](#input\_tags) | Set of tags which will be added to the resources managed by the module. | `map(string)` | `{}` | no |
| <a name="input_tenant_id"></a> [tenant\_id](#input\_tenant\_id) | TenantId where LW Sidekick is deployed | `string` | `""` | no |
| <a name="input_use_nat_gateway"></a> [use\_nat\_gateway](#input\_use\_nat\_gateway) | Whether to use a NAT gateway instead of public IPs on scanning instances. Defaults to `false`. | `bool` | `false` | no |
| <a name="input_use_nat_gateway"></a> [use\_nat\_gateway](#input\_use\_nat\_gateway) | Whether to use a NAT gateway instead of public IPs on scanning instances. Defaults to `true`. | `bool` | `true` | no |

## Outputs

Expand Down

0 comments on commit 09c7057

Please sign in to comment.