-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathsensor_config.tf
More file actions
18 lines (17 loc) · 872 Bytes
/
sensor_config.tf
File metadata and controls
18 lines (17 loc) · 872 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
module "sensor_config" {
source = "github.com/corelight/terraform-config-sensor?ref=28.4.0-1"
sensor_license = var.license_key
fleet_community_string = var.community_string
fleet_token = var.fleet_token
fleet_url = var.fleet_url
fleet_server_sslname = var.fleet_server_sslname
fleet_http_proxy = var.fleet_http_proxy
fleet_https_proxy = var.fleet_https_proxy
fleet_no_proxy = var.fleet_no_proxy
sensor_management_interface_name = "eth1"
sensor_monitoring_interface_name = "eth0"
base64_encode_config = true
sensor_health_check_http_port = var.sensor_health_check_http_port
fedramp_mode_enabled = var.fedramp_mode_enabled
prometheus_enabled = var.prometheus_enabled
}