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_cloudconnector_deploy"></a> [cloudconnector\_deploy](#input\_cloudconnector\_deploy)| Whether to deploy or not CloudConnector |`bool`|`true`| no |
45
-
| <aname="input_cloudrun_image_scanning_deploy"></a> [cloudrun\_image\_scanning\_deploy](#input\_cloudrun\_image\_scanning\_deploy)| Whether to deploy or not CloudRun image scanning |`bool`|`true`| no |
46
-
| <aname="input_gcr_image_scanning_deploy"></a> [gcr\_image\_scanning\_deploy](#input\_gcr\_image\_scanning\_deploy)| Whether to deploy or not GCR image scanning |`bool`|`true`| no |
45
+
| <aname="input_cloudrun_image_scanning_deploy"></a> [cloudrun\_image\_scanning\_deploy](#input\_cloudrun\_image\_scanning\_deploy)| Whether to deploy or not CloudRun image scanning |`bool`|`false`| no |
46
+
| <aname="input_gcr_image_scanning_deploy"></a> [gcr\_image\_scanning\_deploy](#input\_gcr\_image\_scanning\_deploy)| Whether to deploy or not GCR image scanning |`bool`|`false`| no |
47
47
| <aname="input_location"></a> [location](#input\_location)| Zone where the stack will be deployed |`string`|`"us-central1"`| no |
48
-
| <aname="input_naming_prefix"></a> [naming\_prefix](#input\_naming\_prefix)| Prefix for resource names. Use the default unless you need to install multiple instances, and modify the deployment at the main account accordingly |`string`|`"SysdigCloud"`|no|
48
+
| <aname="input_naming_prefix"></a> [naming\_prefix](#input\_naming\_prefix)| Prefix for resource names. Use the default unless you need to install multiple instances, and modify the deployment at the main account accordingly |`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 |
Copy file name to clipboardExpand all lines: modules/cloud-connector/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ No modules.
55
55
| <aname="input_config_content"></a> [config\_content](#input\_config\_content)| Contents of the configuration file to be saved in the bucket |`string`|`null`| no |
56
56
| <aname="input_config_source"></a> [config\_source](#input\_config\_source)| Path to a file that contains the contents of the configuration file to be saved in the bucket |`string`|`null`| no |
57
57
| <aname="input_extra_envs"></a> [extra\_envs](#input\_extra\_envs)| Extra environment variables for the Cloud Connector instance |`map(string)`|`{}`| no |
58
-
| <aname="input_image_name"></a> [image\_name](#input\_image\_name)| Cloud Connector image to deploy |`string`|`"us-central1-docker.pkg.dev/mateo-burillo-ns/cloud-connector/cloud-connector:latest"`| no |
58
+
| <aname="input_image_name"></a> [image\_name](#input\_image\_name)| Cloud Connector image to deploy |`string`|`"gcr.io/mateo-burillo-ns/cloud-connector:latest"`| no |
59
59
| <aname="input_location"></a> [location](#input\_location)| Zone where the cloud connector will be deployed |`string`|`"us-central1"`| no |
60
60
| <aname="input_naming_prefix"></a> [naming\_prefix](#input\_naming\_prefix)| Prefix for resource names. Use the default unless you need to install multiple instances, and modify the deployment at the main account accordingly |`string`|`"SysdigCloud"`| no |
Copy file name to clipboardExpand all lines: variables.tf
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,5 @@
1
1
variable"naming_prefix" {
2
2
type=string
3
-
default="SysdigCloud"
4
3
description="Prefix for resource names. Use the default unless you need to install multiple instances, and modify the deployment at the main account accordingly"
0 commit comments