mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-21 18:56:57 -05:00
12 lines
124 B
HCL
12 lines
124 B
HCL
variables {
|
|
input = "some value"
|
|
}
|
|
|
|
run "test" {
|
|
command = plan
|
|
|
|
expect_failures = [
|
|
test_resource.resource
|
|
]
|
|
}
|