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
description="(optional) the monitoring subnet for the sensor(s), leaving this empty will result in no sensor.monitoring_interface.health_check section being rendered into user data."
50
+
description="(optional) the monitoring subnet for the sensor(s), leaving this empty will result in no sensor.monitoring_interface.health_check section being rendered into user data"
51
51
}
52
52
53
53
variable"subnetwork_monitoring_gateway" {
54
54
type=string
55
55
default=""
56
-
description="(optional) the monitoring subnet's gateway address, leaving this empty will result in no sensor.monitoring_interface.health_check section being rendered into user data."
56
+
description="(optional) the monitoring subnet's gateway address, leaving this empty will result in no sensor.monitoring_interface.health_check section being rendered into user data"
57
+
}
58
+
59
+
variable"fleet_token" {
60
+
type=string
61
+
default=""
62
+
sensitive=true
63
+
description="(optional) the pairing token from the Fleet UI. Must be set if 'fleet_url' is provided"
64
+
}
65
+
66
+
variable"fleet_url" {
67
+
type=string
68
+
default=""
69
+
description="(optional) the URL of the fleet instance from the Fleet UI. Must be set if 'fleet_token' is provided"
70
+
}
71
+
72
+
variable"fleet_server_sslname" {
73
+
type=string
74
+
default="1.broala.fleet.product.corelight.io"
75
+
description="(optional) the SSL hostname for the fleet server"
76
+
77
+
}
78
+
79
+
variable"fleet_http_proxy" {
80
+
type=string
81
+
default=""
82
+
description="(optional) the proxy URL for HTTP traffic from the fleet"
83
+
}
84
+
85
+
variable"fleet_https_proxy" {
86
+
type=string
87
+
default=""
88
+
description="(optional) the proxy URL for HTTPS traffic from the fleet"
89
+
}
90
+
91
+
variable"fleet_no_proxy" {
92
+
type=string
93
+
default=""
94
+
description="(optional) hosts or domains to bypass the proxy for fleet traffic"
0 commit comments