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_execute_now"></a> [execute\_now](#input\_execute\_now)| execute newly created job(s) immediately after deployment |`bool`|`true`| no |
113
113
| <aname="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 |
114
114
| <aname="input_global"></a> [global](#input\_global)| Whether we create global resources for this deployment. Defaults to `false`|`bool`|`false`| no |
| <aname="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 |
117
117
| <aname="input_included_subscriptions"></a> [included\_subscriptions](#input\_included\_subscriptions)| List of subscriptions to be monitored. Must be specified with `integration_level = 'SUBSCRIPTION'`. Set only for global resource. |`set(string)`|`[]`| no |
118
118
| <aname="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 |
@@ -157,6 +157,7 @@ No modules.
157
157
| <aname="output_prefix"></a> [prefix](#output\_prefix)| Prefix used to add uniqueness to resource names. |
158
158
| <aname="output_scanning_resource_group_id"></a> [scanning\_resource\_group\_id](#output\_scanning\_resource\_group\_id)| Id of the resource group hosting the scanner |
159
159
| <aname="output_scanning_resource_group_name"></a> [scanning\_resource\_group\_name](#output\_scanning\_resource\_group\_name)| Name of the resource group hosting the scanner |
160
+
| <aname="output_scanning_subscription_id"></a> [scanning\_subscription\_id](#output\_scanning\_subscription\_id)| The subscription ID where scanning resources are deployed |
160
161
| <aname="output_scanning_subscription_role_definition_id"></a> [scanning\_subscription\_role\_definition\_id](#output\_scanning\_subscription\_role\_definition\_id)| The id of the scanning subscription role definition |
161
162
| <aname="output_sidekick_client_id"></a> [sidekick\_client\_id](#output\_sidekick\_client\_id)| Client id of the managed identity running scanner |
162
163
| <aname="output_sidekick_principal_id"></a> [sidekick\_principal\_id](#output\_sidekick\_principal\_id)| The principal id of the user identity used by agentless scanner |
0 commit comments