From a568023eb080c9c76188dffad91e5cc727ee4d50 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 11:16:48 +0000 Subject: [PATCH] chore(deps): update terraform cloudposse/lb-s3-bucket/aws to v0.20.0 --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index cf659be..47a671f 100644 --- a/main.tf +++ b/main.tf @@ -40,7 +40,7 @@ resource "aws_security_group_rule" "https_ingress" { module "access_logs" { source = "cloudposse/lb-s3-bucket/aws" - version = "0.19.0" + version = "0.20.0" enabled = module.this.enabled && var.access_logs_enabled && var.access_logs_s3_bucket_id == null