Difference between revisions of "Conditional"
Jump to navigation
Jump to search
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
* [[if]] | * [[if]] | ||
− | * [[Terraform]]: <code>condition ? true_val : false_val</code> <ref>https://www.terraform.io/docs/language/expressions/conditionals.html</ref> | + | * [[Terraform conditional expressions|Terraform]]: <code>condition [[?]] true_val : false_val</code> <ref>https://www.terraform.io/docs/language/expressions/conditionals.html</ref> |
+ | |||
+ | |||
+ | == See also == | ||
+ | * {{Programming}} | ||
+ | |||
+ | [[Category:Programming]] |
Latest revision as of 16:00, 19 April 2023
Advertising: