Terraform conditionals

From wikinotes

The only conditional is the ternary operator.

Ternary

condition ? true_val : false_val