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

11 lines
120 B
HCL
Raw Permalink Normal View History

component "self" {
source = "./"
inputs = {
}
}
output "result" {
type = string
value = component.self.out
}