config: tests passing for bug @pearkes found

This commit is contained in:
Mitchell Hashimoto 2014-07-02 09:11:31 -07:00
parent d84c5fb015
commit 7ab7ce17d9
2 changed files with 1 additions and 1 deletions

View File

@ -224,6 +224,7 @@ const basicResourcesStr = `
aws_security_group[firewall]
aws_instance[web]
ami
network_interface
security_groups
vars
user: var.foo

View File

@ -26,5 +26,4 @@ resource aws_instance "web" {
device_index = 0
description = "Main network interface"
}
}