Skip to content

Commit

Permalink
fix(loki): remove boltdb shipper deprecated config
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Lefevre <[email protected]>
  • Loading branch information
ArchiFleKs committed Jul 16, 2024
1 parent 9032457 commit dd119f5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions modules/aws/loki-stack.tf
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ locals {
storage_config:
aws:
s3: "s3://${data.aws_region.current.name}/${local.loki-stack["bucket"]}"
boltdb_shipper:
shared_store: aws
VALUES
}

Expand Down
2 changes: 0 additions & 2 deletions modules/scaleway/loki-stack.tf
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ locals {
region: ${local.loki-stack["bucket_region"]}
access_key_id: ${local.scaleway["scw_access_key"]}
secret_access_key: ${local.scaleway["scw_secret_key"]}
boltdb_shipper:
shared_store: aws
VALUES
}

Expand Down

0 comments on commit dd119f5

Please sign in to comment.