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

19 lines
211 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"
}
}