terraform: test file for last commit

This commit is contained in:
Mitchell Hashimoto 2016-04-30 17:59:52 -05:00 committed by James Nugent
parent 3480b7ebee
commit e81fb10e61
1 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,20 @@
{
"version": 1,
"serial": 12,
"modules": [
{
"path": [
"root",
"foo"
],
"resources": {
"aws_instance.bar": {
"type": "aws_instance",
"primary": {
"id": "bar"
}
}
}
}
]
}