github.com/opentofu/opentofu@v1.7.1/internal/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 }