config: test that multiple overrides work

This commit is contained in:
Mitchell Hashimoto 2014-07-20 17:56:02 -07:00
parent 77ff9c3a6b
commit e396b8f3d9
2 changed files with 10 additions and 0 deletions

View File

@ -556,6 +556,7 @@ aws_instance[db] (x1)
security_groups
aws_instance[web] (x1)
ami
foo
network_interface
security_groups
vars

View File

@ -0,0 +1,9 @@
{
"resource": {
"aws_instance": {
"web": {
"foo": "bar",
}
}
}
}