terraform/config/module/testdata/basic-subdir/main.tf

4 lines
43 B
Terraform
Raw Normal View History

module "foo" {
source = "./foo//sub"
}