add template for directives
This commit is contained in:
9
fuzz/corpus/d2a2fa0c460b84cd47bcb6d5dcf9fef224a01332
Normal file
9
fuzz/corpus/d2a2fa0c460b84cd47bcb6d5dcf9fef224a01332
Normal file
@@ -0,0 +1,9 @@
|
||||
resource "test_object" "A" {
|
||||
lifecycle {
|
||||
creat&_before_destroy = true
|
||||
}
|
||||
}
|
||||
|
||||
resource "test_object" "B" {
|
||||
test_string = "${test_object.A.id}"
|
||||
}
|
||||
Reference in New Issue
Block a user