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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
136 B
HCL
Raw Permalink Normal View History

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