reset old ignore_changes test back to correct diff

The output for the flatmap ignore_changes test was incorrectly modified.
Providers expect diffs of complex attributes to contain all or nothing.
This commit is contained in:
James Bardin 2018-01-17 15:31:21 -05:00
parent 60c1f70705
commit c19fb49bda
1 changed files with 3 additions and 0 deletions

View File

@ -1675,7 +1675,10 @@ aws_instance.foo:
const testTFPlanDiffIgnoreChangesWithFlatmaps = `
UPDATE: aws_instance.foo
lst.#: "1" => "2"
lst.0: "j" => "j"
lst.1: "" => "k"
set.#: "1" => "1"
set.0.a: "1" => "1"
set.0.b: "" => "2"
type: "" => "aws_instance"
`