Skip to content

Commit

Permalink
fix: updated alb ingress module to the latest version (#274)
Browse files Browse the repository at this point in the history
  • Loading branch information
vsamofal authored May 9, 2024
1 parent 132cad1 commit b5860f2
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.26.0"
version = "0.28.0"

vpc_id = var.vpc_id
port = var.container_port
Expand Down

0 comments on commit b5860f2

Please sign in to comment.