add template for directives
This commit is contained in:
15
fuzz/corpus/5246f7928a807169e111517a0f54d13e87268f73
Normal file
15
fuzz/corpus/5246f7928a807169e111517a0f54d13e87268f73
Normal file
@@ -0,0 +1,15 @@
|
||||
module "mod1" {
|
||||
source = "./mod"
|
||||
param = ["this", "one", "works"]
|
||||
}
|
||||
|
||||
module "mod4" {
|
||||
source = "./mod"
|
||||
param
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
= [module.mod1.out_from_splat[0]]
|
||||
}
|
||||
Reference in New Issue
Block a user