Skip to content

Commit

Permalink
feat: add prefix folder to store logs (#1219)
Browse files Browse the repository at this point in the history
  • Loading branch information
aneojgurhem authored Sep 27, 2023
2 parents 0aa4ff9 + ee9fb81 commit ad8d2f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion infrastructure/quick-deploy/aws/all-in-one/monitoring.tf
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ module "fluent_bit" {
s3 = (var.s3.enabled ? {
name = var.s3.name
region = var.s3.region
prefix = var.s3.prefix
prefix = local.prefix
enabled = true
} : {})
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ monitoring = {
enabled = true
name = "armonik-logs"
region = "eu-west-3"
prefix = "main"
prefix = local.suffix
arn = "arn:aws:s3:::armonik-logs"
}
fluent_bit = {
Expand Down

0 comments on commit ad8d2f5

Please sign in to comment.