Skip to content

Commit

Permalink
Increase log retention for dogfood cloudwatch logs (#12664)
Browse files Browse the repository at this point in the history
  • Loading branch information
rfairburn committed Jul 6, 2023
1 parent 425ac8f commit c14752e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion infrastructure/dogfood/terraform/aws-tf-module/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@ module "main" {
image = local.fleet_image
family = local.customer
awslogs = {
name = local.customer
name = local.customer
retention = 365
}
iam = {
role = {
Expand Down

0 comments on commit c14752e

Please sign in to comment.