Skip to content

Commit

Permalink
hosts whole array (#1561)
Browse files Browse the repository at this point in the history
  • Loading branch information
soutenniza authored Oct 3, 2023
1 parent 945a545 commit 6c5e7fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/stacks/main/domains_broker.tf
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ resource "aws_lb_listener_rule" "domains_broker_logstash_listener_rule" {

condition {
host_header {
values = [element(var.logstash_hosts, count.index)]
values = var.logstash_hosts
}
}
}
Expand Down

0 comments on commit 6c5e7fe

Please sign in to comment.