From 4620a5406f44cda7ffed865ec84b416a1446a544 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Feb 2021 08:13:29 +0000 Subject: [PATCH] chore(deps): update terraform cloudposse/s3-log-storage/aws to v0.20.0 (#133) Co-authored-by: Renovate Bot --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index 9bbfb243..a8fc956b 100644 --- a/main.tf +++ b/main.tf @@ -165,7 +165,7 @@ resource "aws_s3_bucket_public_access_block" "origin" { module "logs" { source = "cloudposse/s3-log-storage/aws" - version = "0.18.0" + version = "0.20.0" enabled = var.logging_enabled attributes = compact(concat(module.this.attributes, var.extra_logs_attributes)) lifecycle_prefix = var.log_prefix