mirror of
https://github.com/hashicorp/terraform.git
synced 2026-05-15 19:10:46 -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"
|
|
}
|
|
}
|