You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
terraform/internal/command/testdata/test/dynamic_source_nested/main.tftest.hcl

7 lines
193 B

run "validate_nested_dynamic_module" {
assert {
condition = module.parent.value == "from_child"
error_message = "expected from_child from nested dynamically sourced module"
}
}