opentofu/terraform/test-fixtures/transform-module-var-basic/main.tf

5 lines
60 B
HCL

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