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:
Grant Bilstad 2024-06-05 11:12:32 -06:00 committed by GitHub
parent 8bc79f8478
commit 9db32a5827
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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
}
}