blob: 1df80f4d0c7a844e4ff7566d1cced9b25b59261c [file] [log] [blame]
component "self" {
source = "./"
inputs = {
}
}
output "result" {
type = string
value = component.self.out
}