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 committed Apr 30, 2016
1 parent 5601168 commit 63ef309
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
@@ -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 63ef309

Please sign in to comment.