Skip to content

Commit

Permalink
r71127-r71052-attemt-to-workaround-elb-module-change-or-bug
Browse files Browse the repository at this point in the history
  • Loading branch information
tymofiisobchenko committed Nov 11, 2024
1 parent 237cec3 commit c948d0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/aws/aws_ec2_autoscale_cluster/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@
Port: "{{ aws_ec2_autoscale_cluster.alb_http_port }}"
DefaultActions:
- Type: forward
TargetGroupName: "{{ aws_ec2_autoscale_cluster.name }}"
TargetGroupArn: "{{ _aws_ec2_target_group_created.target_group_arn }}"
Rules: "{{ aws_ec2_autoscale_cluster.listeners_http.rules }}"
_aws_ec2_autoscale_cluster_listeners_redirect:
Protocol: HTTP
Expand All @@ -370,7 +370,7 @@
- CertificateArn: "{{ _ssl_certificate_ARN }}"
DefaultActions:
- Type: forward
TargetGroupName: "{{ aws_ec2_autoscale_cluster.name }}"
TargetGroupArn: "{{ _aws_ec2_target_group_created.target_group_arn }}"
Rules: "{{ aws_ec2_autoscale_cluster.listeners_https.rules }}"
when: aws_ec2_autoscale_cluster.create_elb

Expand Down

0 comments on commit c948d0f

Please sign in to comment.