Results 3 comments of Nicola Meneghetti

``` locals { context_variables = { dev = { pippo = "pippo-123" } prod = { pippo = "pippo-456" } } pippo = "${lookup(local.context_variables[terraform.workspace], "pippo")}" } output "LOCALS" { value...

I've just noticed a similar behaviour with the if statement that generates the same error ``` if (/\/\*/ := line && /\S/ := pre && /"(\w|\s)*/ !:= pre) commentLinesToIgnore +=1;...

Thank you very much, always super responsive :-) I already solved that by nesting the if statements but this is waaay cleaner and elegant.