Skip to content

Commit

Permalink
Extend auth0 cloudwatch log retention (#1251)
Browse files Browse the repository at this point in the history
  • Loading branch information
brage-andreas authored Mar 9, 2025
1 parent d4e91cf commit daa34de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infra/auth0/logging.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ resource "aws_cloudwatch_event_bus" "messenger" {
resource "aws_cloudwatch_log_group" "log_storage" {
name = "auth0-logs-${terraform.workspace}"
retention_in_days = {
"dev" = 1
"stg" = 1
"dev" = 7
"stg" = 7
# TODO: probably shorten?
"prd" = 180
}[terraform.workspace]
Expand Down

0 comments on commit daa34de

Please # to comment.