add template for directives
This commit is contained in:
16
fuzz/corpus/deef05c0d07e36b58fbc516ca8be435c938e60ef
Normal file
16
fuzz/corpus/deef05c0d07e36b58fbc516ca8be435c938e60ef
Normal file
@@ -0,0 +1,16 @@
|
||||
resource "aws_instance" "foo" {
|
||||
}
|
||||
|
||||
module "child" {
|
||||
source = "./child"
|
||||
}
|
||||
|
||||
output "root_id" {
|
||||
value = "${aws_instance.foo.id}"
|
||||
}
|
||||
|
||||
output "ch}
|
||||
|
||||
output "grandchild_id" {
|
||||
value = "${module.child.grandchild_id}"
|
||||
}
|
||||
Reference in New Issue
Block a user