mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Update dogfood to fix carves to s3 (#19728)
This commit is contained in:
parent
7a552b3acd
commit
41720df5a3
1 changed files with 2 additions and 3 deletions
|
|
@ -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
|
||||
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue