From 9d53925ff0fd05aae280b43b8a839aec39e9a8b5 Mon Sep 17 00:00:00 2001 From: Ryan Haney <25014745+thathaneydude@users.noreply.github.com> Date: Tue, 9 Sep 2025 16:50:21 -0500 Subject: [PATCH 1/3] Pinning sensor config to v1.0.0 --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index 180d825..a595801 100644 --- a/main.tf +++ b/main.tf @@ -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) : "" From 29581f2f845bf9f00bdf1318dcc2489560283119 Mon Sep 17 00:00:00 2001 From: Ryan Haney <25014745+thathaneydude@users.noreply.github.com> Date: Tue, 9 Sep 2025 17:13:09 -0500 Subject: [PATCH 2/3] removing broala sslname --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d89260a..b67f357 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ mirror_ingress_allow_cidrs = [""] // default: ["0 // Licensing Module Provided - with Fleet (Option A) fleet_token = "" fleet_url = "https://:1443/fleet/v1/internal/softsensor/websocket" -fleet_server_sslname = "1.broala.fleet.product.corelight.io" +fleet_server_sslname = "foo.example.com" // Licensing Module Provided - Without Fleet (Option B) license_key_file_path = "/path/to/license.txt" From 0917d89366ea506ac39d9d78f71ad9e0373ff270 Mon Sep 17 00:00:00 2001 From: Ryan Haney <25014745+thathaneydude@users.noreply.github.com> Date: Tue, 9 Sep 2025 17:14:45 -0500 Subject: [PATCH 3/3] templated name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b67f357..9cefa82 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ mirror_ingress_allow_cidrs = [""] // default: ["0 // Licensing Module Provided - with Fleet (Option A) fleet_token = "" fleet_url = "https://:1443/fleet/v1/internal/softsensor/websocket" -fleet_server_sslname = "foo.example.com" +fleet_server_sslname = "" // Licensing Module Provided - Without Fleet (Option B) license_key_file_path = "/path/to/license.txt"