You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> tf apply
╷
│ Error: Invalid for_each argument
│
│ on ../../modules/alb-listener/main.tf line 148, in resource "aws_lb_listener_rule""this":
│ 148: for_each = {
│ 149: forrulein var.rules :
│ 150: rule.priority => rule
│ 151: }
│ ├────────────────
│ │ var.rules will be known only after apply
│
│ The "for_each" value depends on resource attributes that cannot be determined until apply, so Terraform cannot predict how many instances will be created. To work around this, use the -target argument to first apply only the resources that the for_each depends on.
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: