Terraform conditionals: Revision history

From wikinotes

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

25 September 2022

  • curprev 17:4617:46, 25 September 2022Will talk contribs 181 bytes +181 Created page with "The only conditional is the ternary operator. = Ternary = <blockquote> <syntaxhighlight lang="tf"> condition ? true_val : false_val </syntaxhighlight> </blockquote><!-- Ternary -->"