This seems to have stoped working
special_steps = var.prefix == "dev" ? ["go"] : null
│ 118: for_each = local.special_steps[*]
│ ├────────────────
│ │ local.special_steps is null
│
│ Splat expressions (with the * symbol) cannot be applied to null sequences.
Any thoughts on that?
1 post - 1 participant