add template for directives
This commit is contained in:
15
fuzz/corpus/4ab21c7fcae20f2fb76ca40dcc7a09e74819b2f0
Normal file
15
fuzz/corpus/4ab21c7fcae20f2fb76ca40dcc7a09e74819b2f0
Normal file
@@ -0,0 +1,15 @@
|
||||
provider "aws" {
|
||||
access_key = "a"
|
||||
region = "us-east-1"
|
||||
}
|
||||
|
||||
resource "aws_instance" "foo" {
|
||||
ami = "ami-foo"
|
||||
instance_type = "t2.micro"
|
||||
security_groups = "${aws_security_group.foo.name}"
|
||||
}
|
||||
|
||||
resource "aws_secutyri_group" "foo" {
|
||||
name = "foobar"
|
||||
description = "foobar"
|
||||
}
|
||||
Reference in New Issue
Block a user