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_benchmark_project_ids"></a> [benchmark\_project\_ids](#input\_benchmark\_project\_ids)| Google cloud project IDs to run Benchmarks on |`list(string)`|`[]`| no |
44
49
| <aname="input_create_gcr_topic"></a> [create\_gcr\_topic](#input\_create\_gcr\_topic)| Deploys a PubSub topic called `gcr` as part of this stack, which is needed for GCR scanning. Set to `true` only if it doesn't exist yet. If this is not deployed, and no existing `gcr` topic is found, the GCR scanning is ommited and won't be deployed. For more info see [GCR PubSub topic](https://cloud.google.com/container-registry/docs/configuring-notifications#create_a_topic). |`bool`|`true`| no |
45
50
| <aname="input_location"></a> [location](#input\_location)| Zone where the stack will be deployed |`string`|`"us-central1"`| no |
46
51
| <aname="input_max_instances"></a> [max\_instances](#input\_max\_instances)| Max number of instances for the workloads |`number`|`1`| no |
47
52
| <aname="input_naming_prefix"></a> [naming\_prefix](#input\_naming\_prefix)| Naming prefix for all the resources created |`string`|`"secure-for-cloud"`| no |
48
-
| <aname="input_project_id"></a> [project\_id](#input\_project\_id)| Project ID |`string`| n/a | yes |
| <aname="input_project_id"></a> [project\_id](#input\_project\_id)| organizational member project ID where the secure-for-cloud workload is going to be deployed |`string`| n/a | yes |
| <aname="input_sysdig_secure_endpoint"></a> [sysdig\_secure\_endpoint](#input\_sysdig\_secure\_endpoint)| Sysdig Secure API endpoint |`string`|`"https://secure.sysdig.com"`| no |
description="Organization domain. e.g. sysdig.com"
10
+
}
11
+
7
12
variable"project_id" {
8
13
type=string
9
-
description="Project ID"
14
+
description="organizational member project ID where the secure-for-cloud workload is going to be deployed"
10
15
}
11
16
12
17
# Vars with defaults
@@ -34,6 +39,12 @@ variable "max_instances" {
34
39
default=1
35
40
}
36
41
42
+
variable"benchmark_project_ids" {
43
+
default=[]
44
+
type=list(string)
45
+
description="Google cloud project IDs to run Benchmarks on"
46
+
}
47
+
37
48
variable"create_gcr_topic" {
38
49
type=bool
39
50
description="Deploys a PubSub topic called `gcr` as part of this stack, which is needed for GCR scanning. Set to `true` only if it doesn't exist yet. If this is not deployed, and no existing `gcr` topic is found, the GCR scanning is ommited and won't be deployed. For more info see [GCR PubSub topic](https://cloud.google.com/container-registry/docs/configuring-notifications#create_a_topic)."
0 commit comments