Increase log retention for dogfood cloudwatch logs (#12664)

This commit is contained in:
Robert Fairburn 2023-07-06 11:53:33 -05:00 committed by GitHub
parent 425ac8f45f
commit c14752e7ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -87,7 +87,8 @@ module "main" {
image = local.fleet_image
family = local.customer
awslogs = {
name = local.customer
name = local.customer
retention = 365
}
iam = {
role = {