finalized automated build for web
This commit is contained in:
@@ -2,5 +2,5 @@ resource "aws_lb_target_group" "target_group_web" {
|
||||
name = "catherine-fc-tg"
|
||||
port = 8080
|
||||
protocol = "HTTP"
|
||||
vpc_id = aws_vpc.main.id
|
||||
vpc_id = var.vpc_id
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user