5 lines
124 B
Terraform
5 lines
124 B
Terraform
|
module "foo" {
|
||
|
// the mock test registry will redirect this to the local tar file
|
||
|
source = "registry/local/sub//baz"
|
||
|
}
|