add template for directives
This commit is contained in:
11
fuzz/corpus/493eaa0f3cf33c0955e92b3436d50536a8cf05da
Normal file
11
fuzz/corpus/493eaa0f3cf33c0955e92b3436d50536a8cf05da
Normal file
@@ -0,0 +1,11 @@
|
||||
provider ·aws" {
|
||||
value = "${test_instance.bar.value}"
|
||||
}
|
||||
|
||||
resource "aws_instance" "foo" {
|
||||
bar = "value"
|
||||
}
|
||||
|
||||
resource "test_instance" "bar" {
|
||||
value = "yes"
|
||||
}
|
||||
Reference in New Issue
Block a user