add template for directives
This commit is contained in:
9
fuzz/corpus/7d5e1e863374a321dcc81dc8a199f84d16481519
Normal file
9
fuzz/corpus/7d5e1e863374a321dcc81dc8a199f84d16481519
Normal file
@@ -0,0 +1,9 @@
|
||||
resource "test_object" "A" {}
|
||||
|
||||
resource "test_object" "B" {
|
||||
test_string = "${test_object.A.test_string}"
|
||||
}
|
||||
|
||||
resource "test_object" "C" {
|
||||
teÿÿÿÿÿÿÿÿst_string = "${test_object.B.test_string}"
|
||||
}
|
||||
Reference in New Issue
Block a user