Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ mirror_ingress_allow_cidrs = ["<your preferred mirror CIDR(s)>"] // default: ["0
// Licensing Module Provided - with Fleet (Option A)
fleet_token = "<your fleet token>"
fleet_url = "https://<your-fleet-instance>:1443/fleet/v1/internal/softsensor/websocket"
fleet_server_sslname = "1.broala.fleet.product.corelight.io"
fleet_server_sslname = "<the ssl name provided by Fleet>"

// Licensing Module Provided - Without Fleet (Option B)
license_key_file_path = "/path/to/license.txt"
Expand Down
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ module "monitoring_interface" {

module "config" {
count = var.custom_sensor_user_data == "" ? 1 : 0
source = "github.com/corelight/terraform-config-sensor?ref=v0.3.0"
source = "github.com/corelight/terraform-config-sensor?ref=v1.0.0"

fleet_community_string = var.fleet_community_string
sensor_license = var.license_key_file_path != "" ? file(var.license_key_file_path) : ""
Expand Down