Ternary

condition ? true_val : false_val

e.g.

foo = var.abc === true ? "dev" : "prod"