Skip to content

Commit

Permalink
terraform: test file for last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellh authored and jen20 committed May 3, 2016
1 parent c552fde commit 39c4b95
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions terraform/test-fixtures/state-filter/resource-in-module-2.tfstate
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"version": 1,
"serial": 12,
"modules": [
{
"path": [
"root",
"foo"
],
"resources": {
"aws_instance.bar": {
"type": "aws_instance",
"primary": {
"id": "bar"
}
}
}
}
]
}

0 comments on commit 39c4b95

Please sign in to comment.