github.com/opentofu/opentofu@v1.7.1/internal/command/testdata/tftest-fmt/main_in.tftest.hcl (about)

     1  
     2  variables {
     3    first = "value"
     4  second = "value"
     5  }
     6  
     7  run "some_run_block" {
     8    command=plan
     9  
    10    plan_options={
    11      refresh=false
    12    }
    13  
    14    assert {
    15      condition = var.input == 12
    16      error_message = "something"
    17    }
    18  }