add template for directives
This commit is contained in:
7
fuzz/corpus/5e8d239dd2e6f8831b7717db8eacbd7330daf03c
Normal file
7
fuzz/corpus/5e8d239dd2e6f8831b7717db8eacbd7330daf03c
Normal file
@@ -0,0 +1,7 @@
|
||||
resource "aws_instance" "foo" {
|
||||
foo = "\ar"
|
||||
}
|
||||
|
||||
output "value" {#
|
||||
value = "${aws_instance.foo.id}"
|
||||
}
|
||||
Reference in New Issue
Block a user