From 593cc486cb2156d6df516cdb3bfe1e9a4ce9ac54 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 Mar 2024 16:41:59 +0000 Subject: [PATCH] Update Terraform cloudposse/s3-log-storage/aws to v1.4.3 --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index 8c11095..9d4d192 100644 --- a/main.tf +++ b/main.tf @@ -15,7 +15,7 @@ resource "aws_cloudfront_origin_access_identity" "default" { module "logs" { source = "cloudposse/s3-log-storage/aws" - version = "1.4.2" + version = "1.4.3" enabled = module.this.enabled && var.logging_enabled && length(var.log_bucket_fqdn) == 0 attributes = compact(concat(module.this.attributes, ["origin", "logs"]))