3 lines
81 B
HCL
3 lines
81 B
HCL
|
|
a_first_string = "a value"
|
||
|
|
a_second_string = a_first_string == "a value" ? 2 : 1
|