github.com/opentofu/opentofu@v1.7.1/internal/tofu/testdata/input-module-data-vars/child/main.tf (about)

     1  variable "in" {}
     2  
     3  output "out" {
     4  	value = "${var.in}"
     5  }