One line if bash
Revision as of 18:24, 14 November 2024 by Busk (talk | contribs) (Created page with "``` ! -v DR_ENABLED && envtpl --keep-template foo.tf.tpl -v DR_ENABLED && envtpl --keep-template bar.tf.tpl ```")
[[ ! -v DR_ENABLED ]] && envtpl --keep-template foo.tf.tpl [[ -v DR_ENABLED ]] && envtpl --keep-template bar.tf.tpl