mirror of
https://github.com/hashicorp/terraform.git
synced 2026-03-03 05:50:43 -05:00
11 lines
136 B
HCL
11 lines
136 B
HCL
stack "child" {
|
|
source = "../sensitive-output"
|
|
|
|
inputs = {
|
|
}
|
|
}
|
|
|
|
output "result" {
|
|
type = string
|
|
value = stack.child.result
|
|
}
|