Files
opentf/internal/command/testdata/test/invalid/main.tftest.hcl
Liam Cervante e1019b3641 testing framework: validate the configuration before terraform test (#33559)
* testing framework: call validate on the configuration before running terraform test

* address comments

* make tests pass after merge

* fix tests
2023-07-26 10:56:44 +02:00

9 lines
75 B
HCL

run "invalid" {
expect_failures = [
local.my_value,
]
}