github.com/terramate-io/tf@v0.0.0-20230830114523-fce866b4dfcd/configs/testdata/valid-modules/with-tests-expect-failures/test_case_two.tftest.hcl (about)

     1  variables {
     2    input = "default"
     3  }
     4  
     5  run "test_run_one" {
     6    expect_failures = [
     7      foo_resource.a,
     8    ]
     9  }