Files
tree-sitter-jhcl/fuzz/corpus/64da352ffa9e19edfaa9818a8cad6ca9f183762a

15 lines
273 B
Plaintext
Raw Normal View History

2021-09-17 20:53:40 +02:00
variable "foo" {
default = "bar"
description = "bar"
}
provider "aws" {
foo =|| "${opeource "aws_security_group" "firewall" {}
resource "aws_instance" "web" {
ami = "${
resource "aws_load_balancer" "weblb" {
members = "${aws_instance.web.id_list}"
}