Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
wullub committed Nov 27, 2023
1 parent ec1bf38 commit 32d8795
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions terraform/environments/oasys/locals_development.tf
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ locals {
# }
}

baseline_cloudwatch_log_groups = merge(
baseline_cloudwatch_log_groups = {
session-manager-logs = {
retention_in_days = 1
}
Expand All @@ -183,6 +183,6 @@ locals {
cwagent-web-logs = {
retention_in_days = 1
}
)
}
}
}
4 changes: 2 additions & 2 deletions terraform/environments/oasys/locals_preproduction.tf
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ locals {
# }
}

baseline_cloudwatch_log_groups = merge(
baseline_cloudwatch_log_groups = {
session-manager-logs = {
retention_in_days = 14
}
Expand All @@ -144,7 +144,7 @@ locals {
cwagent-web-logs = {
retention_in_days = 14
}
)
}

}
}
Expand Down
4 changes: 2 additions & 2 deletions terraform/environments/oasys/locals_production.tf
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ locals {
# }
}

baseline_cloudwatch_log_groups = merge(
baseline_cloudwatch_log_groups = {
session-manager-logs = {
retention_in_days = 400
}
Expand All @@ -94,6 +94,6 @@ locals {
cwagent-web-logs = {
retention_in_days = 90
}
)
}
}
}
4 changes: 2 additions & 2 deletions terraform/environments/oasys/locals_test.tf
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ locals {
}
}

baseline_cloudwatch_log_groups = merge(
baseline_cloudwatch_log_groups = {
session-manager-logs = {
retention_in_days = 7
}
Expand All @@ -574,6 +574,6 @@ locals {
cwagent-web-logs = {
retention_in_days = 7
}
)
}
}
}

0 comments on commit 32d8795

Please sign in to comment.