parser: fix leaked comment

This commit is contained in:
Fatih Arslan 2015-10-26 01:46:37 +03:00
parent 710dd69efb
commit 26846b5931

View File

@ -26,8 +26,6 @@ resource aws_instance "web" {
device_index = 0 device_index = 0
description = "Main network interface" description = "Main network interface"
} }
foo = ["faith", arslan]
} }
resource "aws_instance" "db" { resource "aws_instance" "db" {