Skip to content

Commit 4c7c654

Browse files
author
John Dewey
committed
pin to v0.3.0 of terraform-config-sensor
1 parent da5c83a commit 4c7c654

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

sensor_config.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module "sensor_config" {
2-
source = "github.com/corelight/terraform-config-sensor?ref=v0.1.0"
2+
source = "github.com/corelight/terraform-config-sensor?ref=v0.3.0"
33

44
fleet_community_string = var.community_string
55
fleet_token = var.fleet_token

variables.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@ variable "sensor_service_account_email" {
189189
description = "When enrichment is configured, this must be set to a service account which has the required permissions"
190190
type = string
191191
default = ""
192+
}
192193

193194
variable "fleet_token" {
194195
type = string

0 commit comments

Comments
 (0)