Skip to content

Commit 5f2dc9e

Browse files
Sensor Config to v1.0.0 (#9)
1 parent 2acf799 commit 5f2dc9e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ mirror_ingress_allow_cidrs = ["<your preferred mirror CIDR(s)>"] // default: ["0
6363
// Licensing Module Provided - with Fleet (Option A)
6464
fleet_token = "<your fleet token>"
6565
fleet_url = "https://<your-fleet-instance>:1443/fleet/v1/internal/softsensor/websocket"
66-
fleet_server_sslname = "1.broala.fleet.product.corelight.io"
66+
fleet_server_sslname = "<the ssl name provided by Fleet>"
6767
6868
// Licensing Module Provided - Without Fleet (Option B)
6969
license_key_file_path = "/path/to/license.txt"

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ module "monitoring_interface" {
5858

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

6363
fleet_community_string = var.fleet_community_string
6464
sensor_license = var.license_key_file_path != "" ? file(var.license_key_file_path) : ""

0 commit comments

Comments
 (0)