add template for directives
This commit is contained in:
14
fuzz/corpus/605a871698ffc4cf12a14769157540c9faf5dd01
Normal file
14
fuzz/corpus/605a871698ffc4cf12a14769157540c9faf5dd01
Normal file
@@ -0,0 +1,14 @@
|
||||
terraform {
|
||||
required_providers||
|
||||
boop = {
|
||||
source = = 1
|
||||
}
|
||||
|
||||
resource "boop_instance" "yep" {
|
||||
}
|
||||
|
||||
resource "boop_whatever" "nope" {
|
||||
}
|
||||
|
||||
data "beep"||boop" {
|
||||
}
|
||||
Reference in New Issue
Block a user