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
|[google_client_config.default](https://registry.terraform.io/providers/hashicorp/google/latest/docs/data-sources/client_config)| data source |
60
61
|[google_compute_default_service_account.default](https://registry.terraform.io/providers/hashicorp/google/latest/docs/data-sources/compute_default_service_account)| data source |
61
62
|[google_project.selected](https://registry.terraform.io/providers/hashicorp/google/latest/docs/data-sources/project)| data source |
62
63
|[lacework_user_profile.current](https://registry.terraform.io/providers/lacework/lacework/latest/docs/data-sources/user_profile)| data source |
@@ -73,7 +74,7 @@ A Terraform Module to configure the Lacework Agentless Scanner.
73
74
| <aname="input_bucket_lifecycle_rule_age"></a> [bucket_lifecycle_rule_age](#input_bucket_lifecycle_rule_age)| Number of days to keep agentless scan objects in bucket before deletion. |`number`|`30`| no |
74
75
| <aname="input_global"></a> [global](#input_global)| Whether or not to create global resources. Defaults to `false`. |`bool`|`false`| no |
75
76
| <aname="input_global_module_reference"></a> [global_module_reference](#input_global_module_reference)| A reference to the global lacework_gcp_agentless_scanning module for this account. | <pre>object({<br> agentless_orchestrate_service_account_email = string<br> agentless_scan_service_account_email = string<br> agentless_scan_secret_id = string<br> lacework_account = string<br> lacework_domain = string<br> prefix = string<br> suffix = string<br> })</pre> | <pre>{<br> "agentless_orchestrate_service_account_email": "",<br> "agentless_scan_secret_id": "",<br> "agentless_scan_service_account_email": "",<br> "lacework_account": "",<br> "lacework_domain": "",<br> "prefix": "",<br> "suffix": ""<br>}</pre> | no |
76
-
| <aname="input_image_url"></a> [image_url](#input_image_url)| The container image url for Lacework Agentless Workload Scanning. |`string`|`"us-docker.pkg.dev/cloudrun/container/hello"`| no |
77
+
| <aname="input_image_url"></a> [image_url](#input_image_url)| The container image url for Lacework Agentless Workload Scanning. |`string`|`"us-docker.pkg.dev/agentless-sidekick-images-tl48/sidekick/sidekick"`| no |
77
78
| <aname="input_integration_type"></a> [integration_type](#input_integration_type)| Specify the integration type. Can only be PROJECT or ORGANIZATION. Defaults to PROJECT |`string`|`"PROJECT"`| no |
78
79
| <aname="input_labels"></a> [labels](#input_labels)| Set of labels which will be added to the resources managed by the module. |`map(string)`|`{}`| no |
79
80
| <aname="input_lacework_account"></a> [lacework_account](#input_lacework_account)| The name of the Lacework account with which to integrate. |`string`|`""`| no |
@@ -82,7 +83,6 @@ A Terraform Module to configure the Lacework Agentless Scanner.
82
83
| <aname="input_organization_id"></a> [organization_id](#input_organization_id)| The organization ID, required if integration_type is set to ORGANIZATION |`string`|`""`| no |
83
84
| <aname="input_prefix"></a> [prefix](#input_prefix)| A string to be prefixed to the name of all new resources. |`string`|`"lacework-awls"`| no |
84
85
| <aname="input_project_filter_list"></a> [project_filter_list](#input_project_filter_list)| A list of projects to include/exclude for integration. |`list(any)`|`[]`| no |
85
-
| <aname="input_region"></a> [region](#input_region)| The region in which to create resources. |`string`|`"us-central1"`| no |
86
86
| <aname="input_regional"></a> [regional](#input_regional)| Whether or not to create regional resources. Defaults to `false`. |`bool`|`false`| no |
| <aname="input_scan_containers"></a> [scan_containers](#input_scan_containers)| Whether to includes scanning for containers. Defaults to `true`. |`bool`|`true`| no |
0 commit comments