Skip to content

Commit

Permalink
fix(aws): add missing loki tags to S3 bucket
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Lefevre <[email protected]>
  • Loading branch information
ArchiFleKs committed May 12, 2022
1 parent 8b55382 commit f86ca47
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/aws/loki-stack.tf
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,8 @@ module "loki_bucket" {
}
}

tags = local.tags

lifecycle_rule = local.loki-stack["bucket_lifecycle_rule"]
}

Expand Down

0 comments on commit f86ca47

Please sign in to comment.