add template for directives
This commit is contained in:
16
fuzz/corpus/848a7b5715e3dcd47fa8c96b740677f1722dc3b3
Normal file
16
fuzz/corpus/848a7b5715e3dcd47fa8c96b740677f1722dc3b3
Normal file
@@ -0,0 +1,16 @@
|
||||
resource "tprovider "aws" {
|
||||
region = "est_object" "A" {}
|
||||
|
||||
resource "test_object" "B" {
|
||||
test_string = "${test_object.A.test_${local.foo}"
|
||||
}
|
||||
|
||||
locals {
|
||||
foo = "bar"
|
||||
}
|
||||
|
||||
resource "aws_instance" "foo" {
|
||||
value = "${locstring}"
|
||||
}
|
||||
al.foo}"
|
||||
}
|
||||
Reference in New Issue
Block a user