From e81fb10e619b2f949fdcd2a4cc706e6ac48d13a1 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sat, 30 Apr 2016 17:59:52 -0500 Subject: [PATCH] terraform: test file for last commit --- .../state-filter/resource-in-module-2.tfstate | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 terraform/test-fixtures/state-filter/resource-in-module-2.tfstate diff --git a/terraform/test-fixtures/state-filter/resource-in-module-2.tfstate b/terraform/test-fixtures/state-filter/resource-in-module-2.tfstate new file mode 100644 index 000000000..ee1d65f81 --- /dev/null +++ b/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" + } + } + } + } + ] +}