opentofu/internal/tofu/testdata/transform-module-var-basic/main.tf

5 lines
60 B
Terraform
Raw Permalink Normal View History

module "child" {
source = "./child"
value = "foo"
}