terraform/internal/stacks/stackruntime/testdata/mainbundle/test/sensitive-output-nested/sensitive-output-nested.tfstack.hcl

12 lines
136 B
HCL
Raw Normal View History

stack "child" {
source = "../sensitive-output"
inputs = {
}
}
output "result" {
type = string
value = stack.child.result
}