add template for directives
This commit is contained in:
44
fuzz/corpus/d17108926baab2c0e73d4ce28ace60d4294a6c1c
Normal file
44
fuzz/corpus/d17108926baab2c0e73d4ce28ace60d4294a6c1c
Normal file
@@ -0,0 +1,44 @@
|
||||
# maps
|
||||
resource "aws_instance" "foo" {
|
||||
for_each = {
|
||||
( a = "thing"
|
||||
b = "another thing"
|
||||
c = "yet another thing"
|
||||
}
|
||||
num = "3"
|
||||
}
|
||||
|
||||
# sets
|
||||
resource "aws_instance" "bar" {
|
||||
for_each = toset([])
|
||||
}
|
||||
resoustance" "boo" {
|
||||
foo = aws_instance.foo["a"].num
|
||||
}
|
||||
|
||||
resource "aws_instance" "bat" {
|
||||
for_each = {
|
||||
my_kr_each = {
|
||||
( a = "thing"
|
||||
b = "another thing"
|
||||
c = "yet another thing"
|
||||
}
|
||||
num = "3"
|
||||
}
|
||||
|
||||
# sets
|
||||
resource "aws_instance" "bar" {
|
||||
for_each = toset([])
|
||||
}
|
||||
resoustance" "boo" {
|
||||
foo = aws_instance.foo["a"].num
|
||||
}
|
||||
|
||||
resource "aws_instance" "bat" {
|
||||
for_each = {
|
||||
my_key = aws_instance.boo.foo
|
||||
ey = aws_instance.boo.foo
|
||||
}
|
||||
foo = each.valuçççççççççççççççççççççççççççççççe
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user