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

5 lines
124 B
Terraform
Raw Normal View History

2017-10-18 00:36:51 +02:00
module "foo" {
// the mock test registry will redirect this to the local tar file
source = "registry/local/sub//baz"
}