mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-21 10:47:34 -05:00
Signed-off-by: siddharthasonker95 <158144589+siddharthasonker95@users.noreply.github.com>
10 lines
154 B
HCL
10 lines
154 B
HCL
variables {
|
|
var2 = var.var1 ? "true" : "false"
|
|
}
|
|
|
|
run "first" {
|
|
assert {
|
|
condition = output.sss == "false"
|
|
error_message = "Should work"
|
|
}
|
|
} |