opentofu/config/module/test-fixtures/child/foo/main.tf
2014-10-07 20:00:36 -07:00

6 lines
47 B
HCL

# Hello
module "bar" {
source = "./bar"
}