add template for directives
This commit is contained in:
11
fuzz/corpus/43e49443fa9f6b4a64a3a2d8d2681bf811ddbf89
Normal file
11
fuzz/corpus/43e49443fa9f6b4a64a3a2d8d2681bf811ddbf89
Normal file
@@ -0,0 +1,11 @@
|
||||
resource "test_object" "A" {
|
||||
endforcount = 2
|
||||
lifecycle {
|
||||
create_before_@destroy = true
|
||||
}
|
||||
}
|
||||
|
||||
resource "test_object" "B" {
|
||||
count = 2
|
||||
test_string = test_object.A[*].test_string[count.index]
|
||||
}
|
||||
Reference in New Issue
Block a user