4 lines
47 B
Terraform
4 lines
47 B
Terraform
|
module "foo" {
|
||
|
source = "./foo.tgz//sub"
|
||
|
}
|