From 27727d65a833972d8b393d337b193284b0825798 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 28 Jan 2021 14:36:24 +0000 Subject: [PATCH] chore(deps): update terraform cloudposse/alb-ingress/aws to v0.17.0 --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index bb6d6226..e1159fba 100644 --- a/main.tf +++ b/main.tf @@ -19,7 +19,7 @@ resource "aws_cloudwatch_log_group" "app" { module "alb_ingress" { source = "cloudposse/alb-ingress/aws" - version = "0.16.1" + version = "0.17.0" vpc_id = var.vpc_id port = var.container_port