add template for directives
This commit is contained in:
9
fuzz/corpus/83941f005cbb9ecfc2d3681720f836b0197b8802
Normal file
9
fuzz/corpus/83941f005cbb9ecfc2d3681720f836b0197b8802
Normal file
@@ -0,0 +1,9 @@
|
||||
resource "aws_instance" "parent" {
|
||||
count = 2
|
||||
}
|
||||
|
||||
module "child" {
|
||||
source = "./child"
|
||||
thi<ngs = "${join(",", aws_instance.parent.*.id)}"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user