terraform-best-practices icon indicating copy to clipboard operation
terraform-best-practices copied to clipboard

doc: split ternary operators

Open netvolart opened this issue 9 months ago • 0 comments

A practice to split long nested ternary operators into multiple locals for readability. To avoid the same hell problem inherited from JavaScript.

netvolart avatar Apr 26 '24 18:04 netvolart