Skip to content

Commit b5860f2

Browse files
authored
fix: updated alb ingress module to the latest version (#274)
1 parent 132cad1 commit b5860f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ resource "aws_cloudwatch_log_group" "app" {
2222

2323
module "alb_ingress" {
2424
source = "cloudposse/alb-ingress/aws"
25-
version = "0.26.0"
25+
version = "0.28.0"
2626

2727
vpc_id = var.vpc_id
2828
port = var.container_port

0 commit comments

Comments
 (0)