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