From efbbe4e663f464e845eeb651ea4c2956e14a4f25 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 20 Nov 2021 05:26:16 +0000 Subject: [PATCH] chore(deps): update terraform cloudposse/alb-ingress/aws to v0.24.1 --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index 2d676f47..f87294b5 100644 --- a/main.tf +++ b/main.tf @@ -22,7 +22,7 @@ resource "aws_cloudwatch_log_group" "app" { module "alb_ingress" { source = "cloudposse/alb-ingress/aws" - version = "0.24.0" + version = "0.24.1" vpc_id = var.vpc_id port = var.container_port