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:
parent
60c1f70705
commit
c19fb49bda
|
@ -1675,7 +1675,10 @@ aws_instance.foo:
|
||||||
const testTFPlanDiffIgnoreChangesWithFlatmaps = `
|
const testTFPlanDiffIgnoreChangesWithFlatmaps = `
|
||||||
UPDATE: aws_instance.foo
|
UPDATE: aws_instance.foo
|
||||||
lst.#: "1" => "2"
|
lst.#: "1" => "2"
|
||||||
|
lst.0: "j" => "j"
|
||||||
lst.1: "" => "k"
|
lst.1: "" => "k"
|
||||||
|
set.#: "1" => "1"
|
||||||
|
set.0.a: "1" => "1"
|
||||||
set.0.b: "" => "2"
|
set.0.b: "" => "2"
|
||||||
type: "" => "aws_instance"
|
type: "" => "aws_instance"
|
||||||
`
|
`
|
||||||
|
|
Loading…
Reference in New Issue