add template for directives
This commit is contained in:
14
fuzz/corpus/64da352ffa9e19edfaa9818a8cad6ca9f183762a
Normal file
14
fuzz/corpus/64da352ffa9e19edfaa9818a8cad6ca9f183762a
Normal file
@@ -0,0 +1,14 @@
|
||||
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}"
|
||||
}
|
||||
Reference in New Issue
Block a user