mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Increase log retention for dogfood cloudwatch logs (#12664)
This commit is contained in:
parent
425ac8f45f
commit
c14752e7ce
1 changed files with 2 additions and 1 deletions
|
|
@ -87,7 +87,8 @@ module "main" {
|
|||
image = local.fleet_image
|
||||
family = local.customer
|
||||
awslogs = {
|
||||
name = local.customer
|
||||
name = local.customer
|
||||
retention = 365
|
||||
}
|
||||
iam = {
|
||||
role = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue