terraform-best-practices
terraform-best-practices copied to clipboard
doc: split ternary operators
A practice to split long nested ternary operators into multiple locals for readability. To avoid the same hell problem inherited from JavaScript.