mirror of
https://github.com/hashicorp/terraform.git
synced 2026-06-10 09:21:58 -04:00
6 lines
193 B
HCL
6 lines
193 B
HCL
run "validate_nested_dynamic_module" {
|
|
assert {
|
|
condition = module.parent.value == "from_child"
|
|
error_message = "expected from_child from nested dynamically sourced module"
|
|
}
|
|
}
|