mirror of
https://github.com/hashicorp/terraform.git
synced 2026-03-03 05:50:43 -05:00
9 lines
72 B
HCL
9 lines
72 B
HCL
|
|
|
||
|
|
stack "a" {
|
||
|
|
source = "./child"
|
||
|
|
|
||
|
|
inputs = {
|
||
|
|
a = stack.a.a
|
||
|
|
}
|
||
|
|
}
|