Skip to content

Commit

Permalink
Update dogfood to fix carves to s3 (#19728)
Browse files Browse the repository at this point in the history
  • Loading branch information
rfairburn committed Jun 13, 2024
1 parent 7a552b3 commit 41720df
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions infrastructure/dogfood/terraform/aws-tf-module/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ locals {
}

module "main" {
source = "github.com/fleetdm/fleet//terraform?ref=tf-mod-root-v1.9.0"
source = "github.com/fleetdm/fleet//terraform?ref=tf-mod-root-v1.9.1"
certificate_arn = module.acm.acm_certificate_arn
vpc = {
name = local.customer
Expand Down Expand Up @@ -362,10 +362,9 @@ module "firehose-logging" {
}

module "osquery-carve" {
source = "github.com/fleetdm/fleet//terraform/addons/osquery-carve?ref=tf-mod-addon-osquery-carve-v1.0.1"
source = "github.com/fleetdm/fleet//terraform/addons/osquery-carve?ref=tf-mod-addon-osquery-carve-v1.1.0"
osquery_carve_s3_bucket = {
name = "fleet-${local.customer}-osquery-carve"
expires_days = 3650
}
}

Expand Down

0 comments on commit 41720df

Please sign in to comment.