github.com/opentofu/opentofu@v1.7.1/internal/command/testdata/test/expect_failures_inputs/main.tftest.hcl (about)

     1  variables {
     2    input = "some value"
     3  }
     4  
     5  run "test" {
     6    command = plan
     7  
     8    expect_failures = [
     9      var.input
    10    ]
    11  }