Files
opentf/internal/command/testdata/test/with_nested_setup_modules/main.tftest.hcl

14 lines
204 B
HCL

variables {
value = "Hello, world!"
}
run "load_module" {
module {
source = "./setup"
}
assert {
condition = output.value == "Hello, world!"
error_message = "invalid value"
}
}