mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
Update s3 carves bucket expiry for dogfood (#19533)
Need to update to extended expiry for carves s3 as not to remove for software_installs @rfairburn will apply with no downtime to Dogfood
This commit is contained in:
parent
8bc79f8478
commit
9db32a5827
1 changed files with 2 additions and 1 deletions
|
|
@ -290,7 +290,8 @@ module "firehose-logging" {
|
|||
module "osquery-carve" {
|
||||
source = "github.com/fleetdm/fleet//terraform/addons/osquery-carve?ref=tf-mod-addon-osquery-carve-v1.0.0"
|
||||
osquery_carve_s3_bucket = {
|
||||
name = "${local.customer}-osquery-carve"
|
||||
name = "fleet-${local.customer}-osquery-carve"
|
||||
expires_days = 3650
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue