From c14752e7cec288303767c855fcd71b5e7ac79058 Mon Sep 17 00:00:00 2001 From: Robert Fairburn <8029478+rfairburn@users.noreply.github.com> Date: Thu, 6 Jul 2023 11:53:33 -0500 Subject: [PATCH] Increase log retention for dogfood cloudwatch logs (#12664) --- infrastructure/dogfood/terraform/aws-tf-module/main.tf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/infrastructure/dogfood/terraform/aws-tf-module/main.tf b/infrastructure/dogfood/terraform/aws-tf-module/main.tf index 48acc33c1a..2b452d4e58 100644 --- a/infrastructure/dogfood/terraform/aws-tf-module/main.tf +++ b/infrastructure/dogfood/terraform/aws-tf-module/main.tf @@ -87,7 +87,8 @@ module "main" { image = local.fleet_image family = local.customer awslogs = { - name = local.customer + name = local.customer + retention = 365 } iam = { role = {