core: Fix TestContext2Apply_countDecreaseToOneX

The "provider" metadata for a resource is now always populated, whereas
before we populated it only if it was not default.
This commit is contained in:
Martin Atkins 2018-09-17 17:31:57 -07:00
parent 81b5244584
commit 6bbedeb88b
1 changed files with 1 additions and 0 deletions

View File

@ -451,6 +451,7 @@ aws_instance.foo.1:
const testTerraformApplyCountDecToOneStr = `
aws_instance.foo:
ID = bar
provider = provider.aws
foo = foo
type = aws_instance
`