(MODE-11365) Testing targetgroup removal.
This commit is contained in:
parent
ed51a35753
commit
546919ada2
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
resource "aws_alb_listener" "this_alb_listener" {
|
||||
depends_on = ["aws_autoscaling_group.autoscalinggroup"]
|
||||
# depends_on = ["aws_autoscaling_group.autoscalinggroup"]
|
||||
load_balancer_arn = "${data.terraform_remote_state.mono_alb.this_alb_arn}"
|
||||
port = 80
|
||||
protocol = "HTTP"
|
||||
|
|
|
|||
Loading…
Reference in a new issue