File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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)
6464fleet_token = "<your fleet token>"
6565fleet_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)
6969license_key_file_path = "/path/to/license.txt"
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ module "monitoring_interface" {
5858
5959module "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 ) : " "
You can’t perform that action at this time.
0 commit comments