From d65f59ed846a1448894ccadddaa1fa7f5af70d03 Mon Sep 17 00:00:00 2001 From: Robert Fairburn <8029478+rfairburn@users.noreply.github.com> Date: Wed, 5 Jun 2024 12:31:40 -0500 Subject: [PATCH] update osquery-carve module version in dogfood (#19535) --- infrastructure/dogfood/terraform/aws-tf-module/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/dogfood/terraform/aws-tf-module/main.tf b/infrastructure/dogfood/terraform/aws-tf-module/main.tf index 21f215fc1d..a08aafc158 100644 --- a/infrastructure/dogfood/terraform/aws-tf-module/main.tf +++ b/infrastructure/dogfood/terraform/aws-tf-module/main.tf @@ -288,7 +288,7 @@ module "firehose-logging" { } module "osquery-carve" { - source = "github.com/fleetdm/fleet//terraform/addons/osquery-carve?ref=tf-mod-addon-osquery-carve-v1.0.0" + source = "github.com/fleetdm/fleet//terraform/addons/osquery-carve?ref=tf-mod-addon-osquery-carve-v1.0.1" osquery_carve_s3_bucket = { name = "fleet-${local.customer}-osquery-carve" expires_days = 3650