Files
opentf/internal/command/testdata/tftest-fmt/main_out.tftest.hcl

19 lines
224 B
HCL

variables {
first = "value"
second = "value"
}
run "some_run_block" {
command = plan
plan_options = {
refresh = false
}
assert {
condition = var.input == 12
error_message = "something"
}
}