From e3f2c2c03fd7ee0cda084f8fe51e2904e47d9606 Mon Sep 17 00:00:00 2001 From: Martin Atkins Date: Wed, 12 Sep 2018 11:49:16 -0700 Subject: [PATCH] core: fix TestContext2Apply_resourceDependsOnModuleGrandchild Some changes made to the test mocks and fixtures have changed the expected output of this test to include some additional attributes. --- terraform/terraform_test.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/terraform/terraform_test.go b/terraform/terraform_test.go index 360e70ff0..d20db6d76 100644 --- a/terraform/terraform_test.go +++ b/terraform/terraform_test.go @@ -811,6 +811,8 @@ const testTerraformApplyResourceDependsOnModuleDeepStr = ` aws_instance.a: ID = foo provider = provider.aws + ami = parent + type = aws_instance Dependencies: module.child @@ -819,6 +821,8 @@ module.child.grandchild: aws_instance.c: ID = foo provider = provider.aws + ami = grandchild + type = aws_instance ` const testTerraformApplyResourceDependsOnModuleInModuleStr = `