mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-05-22 09:01:33 -04:00
10 lines
93 B
Plaintext
10 lines
93 B
Plaintext
variables {
|
|
input = "some value"
|
|
}
|
|
|
|
run "test" {
|
|
expect_failures = [
|
|
var.input
|
|
]
|
|
}
|