Skip to content
This repository was archived by the owner on Jul 1, 2026. It is now read-only.

corelight/terraform-config-sensor

Repository files navigation

⚠️ DEPRECATED — This repository has moved

This repository is no longer maintained and has been archived (read-only). All Corelight Terraform modules now live in the Corelight Terraform monorepo.

New location: modules/_shared/config/sensor

Update your module source (replace <version> with a release tag, e.g. v29.0.5-5):

module "sensor_config" {
  source = "github.com/corelight/terraform//modules/_shared/config/sensor?ref=<version>"
}

See the monorepo README for the full module list.


terraform-config-sensor

Terraform for Corelight's Sensor Configuration.

Usage

module "sensor_config" {
  source = "github.com/corelight/terraform-config-sensor"

  fleet_community_string                       = "<your Corelight Fleet community string>"
  sensor_license                               = "<your Corelight sensor license key>"
  sensor_management_interface_name             = "<the instance's management interface name>"
  sensor_monitoring_interface_name             = "<the instance's monitoring interface name>"
  sensor_health_check_probe_source_ranges_cidr = "<the cloud provider's health check source CIDR>"
  subnetwork_monitoring_cidr                   = "<the instance's monitoring subnetwork CIDR>"
  subnetwork_monitoring_gateway                = "<the instance's monitoring subnetwork gateway IP>"

  # Optional - Fleet Manager
  fleet_token = "b1cd099ff22ed8a41abc63929d1db126"
  fleet_url   = "https://fleet.example.com:1443/fleet/v1/internal/softsensor/websocket"
  fleet_server_sslname = "foo.example.com"
}

Deployment

The variables for this module all have default values that can be overwritten to meet your naming and compliance standards.

Deployment examples can be found here.

License

The project is licensed under the MIT license.

About

Terraform for Corelight's Sensor Configuration.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors