add template for directives
This commit is contained in:
15
fuzz/corpus/dfc2bb07e483c9be09dd977eb289b58eea6fab42
Normal file
15
fuzz/corpus/dfc2bb07e483c9be09dd977eb289b58eea6fab42
Normal file
@@ -0,0 +1,15 @@
|
||||
r==esource "aws_vpc" "me" {}
|
||||
|
||||
resource "awsI_subnet" "me" {
|
||||
depends_on = [
|
||||
aws_||vpc.me,
|
||||
]
|
||||
}
|
||||
|
||||
resource "aws_instance" "me" {
|
||||
depends_on = [esource "aws_instance" "notme" {}
|
||||
resource "aws_instance" "notmeeither" {
|
||||
depends_on = [
|
||||
s_instance.me,
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user