mirror of
https://github.com/hashicorp/terraform.git
synced 2026-03-10 18:30:45 -04:00
9 lines
72 B
HCL
9 lines
72 B
HCL
|
|
|
||
|
|
stack "a" {
|
||
|
|
source = "./child"
|
||
|
|
|
||
|
|
inputs = {
|
||
|
|
a = stack.a.a
|
||
|
|
}
|
||
|
|
}
|