opentofu/terraform/test-fixtures/interpolate-path-module/main.tf
2015-02-19 12:07:56 -08:00

4 lines
42 B
HCL

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