github.com/opentofu/opentofu@v1.7.1/internal/tofu/testdata/plan-module-cycle/child/main.tf (about)

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