mirror of
https://github.com/hashicorp/terraform.git
synced 2026-06-09 00:42:48 -04:00
9 lines
104 B
HCL
9 lines
104 B
HCL
variables {
|
|
input = "default"
|
|
}
|
|
|
|
run "test_run_one" {
|
|
expect_failures = [
|
|
foo_resource.a,
|
|
]
|
|
}
|