terraform/internal/command/testdata/test/top-dir-only-nested-test-files/tests/main.tftest.hcl

9 lines
No EOL
147 B
HCL

run "foo" {
module {
source = "./fixtures"
}
assert {
condition = output.name == true
error_message = "foo"
}
}