mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-28 17:34:24 -06:00
10 lines
93 B
Plaintext
10 lines
93 B
Plaintext
variables {
|
|
input = "some value"
|
|
}
|
|
|
|
run "test" {
|
|
expect_failures = [
|
|
var.input
|
|
]
|
|
}
|