opentofu/internal/command/testdata/test/variables_reference/main.tftest.hcl

16 lines
164 B
HCL
Raw Permalink Normal View History

variables {
content = "some value"
}
run "setup" {
module {
source = "./setup"
}
}
run "test" {
variables {
file_name = run.setup.file_name
}
}