Skip to content

Commit

Permalink
Multiple ingresses may have single ip
Browse files Browse the repository at this point in the history
  • Loading branch information
dzhlobo committed Jun 6, 2021
1 parent 094a1af commit 3916261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s/basic/output.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ locals {
host_to_ips = transpose({
for ip, hosts in {
for name, config in var.ingresses :
module.ingress[name].ip => module.ingress[name].hosts
module.ingress[name].ip => module.ingress[name].hosts...
} : ip => flatten(hosts)
})
}
Expand Down

0 comments on commit 3916261

Please sign in to comment.