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