From f86ca47443f9ca2ee35f3bfeae0dcaa2a2a4c8db Mon Sep 17 00:00:00 2001 From: Kevin Lefevre Date: Fri, 13 May 2022 00:06:23 +0200 Subject: [PATCH] fix(aws): add missing loki tags to S3 bucket Signed-off-by: Kevin Lefevre --- modules/aws/loki-stack.tf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/aws/loki-stack.tf b/modules/aws/loki-stack.tf index fcbbfda28..5f21da530 100644 --- a/modules/aws/loki-stack.tf +++ b/modules/aws/loki-stack.tf @@ -189,6 +189,8 @@ module "loki_bucket" { } } + tags = local.tags + lifecycle_rule = local.loki-stack["bucket_lifecycle_rule"] }