github.com/opentofu/opentofu@v1.7.1/internal/tofu/testdata/apply-module-var-resource-count/main.tf (about) 1 variable "num" { 2 } 3 4 module "child" { 5 source = "./child" 6 num = "${var.num}" 7 }