core: TestContext2Apply_createBeforeDestroyUpdate

The test fixture no longer changes the ID on updates.
This commit is contained in:
James Bardin 2018-06-01 09:24:45 -04:00 committed by Martin Atkins
parent fa87397f50
commit 403abb52b9
1 changed files with 1 additions and 1 deletions

View File

@ -374,7 +374,7 @@ aws_instance.bar:
const testTerraformApplyCreateBeforeUpdateStr = `
aws_instance.bar:
ID = foo
ID = bar
provider = provider.aws
foo = baz
type = aws_instance