Skip to content

Commit

Permalink
chore(deps): update terraform cloudposse/alb-ingress/aws to v0.24.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 20, 2021
1 parent bd25c0a commit efbbe4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit efbbe4e

Please sign in to comment.