mirror of
https://github.com/hashicorp/terraform.git
synced 2026-03-12 21:52:36 -04:00
8 lines
72 B
HCL
8 lines
72 B
HCL
|
|
stack "a" {
|
|
source = "./child"
|
|
|
|
inputs = {
|
|
a = stack.a.a
|
|
}
|
|
}
|