opentofu/internal/command/testdata/test/expect_failures_inputs/main.tftest

10 lines
93 B
Plaintext

variables {
input = "some value"
}
run "test" {
expect_failures = [
var.input
]
}