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_is_organizational"></a> [is\_organizational](#input\_is\_organizational)| Optional. Determines whether module must scope whole organization. Otherwise single project will be scoped |`bool`|`false`| no |
78
78
| <aname="input_organization_domain"></a> [organization\_domain](#input\_organization\_domain)| Optional. If `is_organizational=true` is set, its mandatory to specify this value, with the GCP Organization domain. e.g. sysdig.com |`string`|`null`| no |
79
-
| <aname="input_sysdig_account_id"></a> [sysdig\_account\_id](#input\_sysdig\_account\_id)| Sysdig provided GCP Account designated for the host scan.<br/>One of `sysdig_backend` or `sysdig_account_id`must be provided |`string`|`null`| no |
80
79
| <aname="input_sysdig_secure_account_id"></a> [sysdig\_secure\_account\_id](#input\_sysdig\_secure\_account\_id)| ID of the Sysdig Cloud Account to enable Agentless Scanning integration for (in case of organization, ID of the Sysdig management account) |`string`|`null`| no |
81
80
| <aname="input_suffix"></a> [suffix](#input\_suffix)| Optional. Suffix word to enable multiple deployments with different naming<br/>(Workload Identity Pool and Providers have a soft deletion on Google Platform that will disallow name re-utilization)<br/>By default a random value will be autogenerated. |`string`|`null`| no |
description="Sysdig provided GCP Account designated for the host scan. One of sysdig_backend or sysdig_account_id must be provided"
21
-
default=null
22
-
}
23
-
24
18
variable"sysdig_secure_account_id" {
25
19
type=string
26
20
description="ID of the Sysdig Cloud Account to enable Agentless Scanning integration for (in case of organization, ID of the Sysdig management account)"
0 commit comments