We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da5c83a commit 4c7c654Copy full SHA for 4c7c654
sensor_config.tf
@@ -1,5 +1,5 @@
1
module "sensor_config" {
2
- source = "github.com/corelight/terraform-config-sensor?ref=v0.1.0"
+ source = "github.com/corelight/terraform-config-sensor?ref=v0.3.0"
3
4
fleet_community_string = var.community_string
5
fleet_token = var.fleet_token
variables.tf
@@ -189,6 +189,7 @@ variable "sensor_service_account_email" {
189
description = "When enrichment is configured, this must be set to a service account which has the required permissions"
190
type = string
191
default = ""
192
+}
193
194
variable "fleet_token" {
195
0 commit comments