add template for directives
This commit is contained in:
14
fuzz/corpus/79b959fd7de4853ffa1a489f9e00c3e4a377f142
Normal file
14
fuzz/corpus/79b959fd7de4853ffa1a489f9e00c3e4a377f142
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