(MODE-11365) Fixed dependency between ASG and listener.
This commit is contained in:
parent
8767fafdd0
commit
998c3f08e6
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
resource "aws_alb_listener" "this_alb_listener" {
|
resource "aws_alb_listener" "this_alb_listener" {
|
||||||
depends_on = ["aws_autoscaling_group.autoscalinggroup-this"]
|
depends_on = ["aws_autoscaling_group.autoscalinggroup"]
|
||||||
load_balancer_arn = "${data.terraform_remote_state.mono_alb.this_alb_arn}"
|
load_balancer_arn = "${data.terraform_remote_state.mono_alb.this_alb_arn}"
|
||||||
port = 80
|
port = 80
|
||||||
protocol = "HTTP"
|
protocol = "HTTP"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue