terraform/config/module/test-fixtures/basic-subdir/foo/sub/main.tf

4 lines
38 B
Terraform
Raw Normal View History

module "bar" {
source = "./baz"
}