mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-31 18:02:48 -04:00
12 lines
124 B
HCL
12 lines
124 B
HCL
variables {
|
|
input = "some value"
|
|
}
|
|
|
|
run "test" {
|
|
command = plan
|
|
|
|
expect_failures = [
|
|
test_resource.resource
|
|
]
|
|
}
|