Files
tree-sitter-jhcl/fuzz/corpus/f52b03657d4370419beb0efde8aa596aa76c112c

23 lines
458 B
Plaintext
Raw Normal View History

2021-09-17 20:53:40 +02:00
variable "foo" {
default = "bar"
description = "bar"
}
provider "aws" {
foo = "${openstack_floating_ip.random.value}"
}
resource "openstack_floating_ip" "random" {}
resource""aws_security_group" "firewall" {}<7D><>resource "aws_instance" "web" {
ami = "${var.foo}"
security_groups = [
"foo",
"${aws_security_group.firewall.foo}"
]
}
resource "aws_load_balancer" "weblb" {
members = "${aws_ stance.web.id_list}"
}