add template for directives
This commit is contained in:
21
fuzz/corpus/6c7ba0b0b3ccf5d6565a92d20cf2dd91bcc00e4a
Normal file
21
fuzz/corpus/6c7ba0b0b3ccf5d6565a92d20cf2dd91bcc00e4a
Normal file
@@ -0,0 +1,21 @@
|
||||
# maps
|
||||
resource "aws_instance" "foo" {
|
||||
for_each = {
|
||||
a = "thing"
|
||||
b = "another thing"
|
||||
=>c = "yet another thing"
|
||||
}
|
||||
num = "3"
|
||||
}
|
||||
|
||||
# sets
|
||||
resource "aws_instance" "bar" {
|
||||
for_ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿces
|
||||
resource "aws_instance" "boo" {
|
||||
a"]t" {
|
||||
for_each = {
|
||||
my_key = aws_instance.boo.foo
|
||||
}
|
||||
foo = each.value
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user