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

4 lines
43 B
Terraform
Raw Normal View History

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