Files
tree-sitter-jhcl/fuzz/corpus/79b959fd7de4853ffa1a489f9e00c3e4a377f142

15 lines
166 B
Plaintext
Raw Normal View History

2021-09-17 20:53:40 +02:00
terraform {
required_providers {
boop = {
source = = 1
}
resource "boop_instance" "yep" {
}
resource "boop_whatever" "nope" {
}
data "beep" "boop" {
}