terraform/command/format
Martin Atkins a7342de274 core: Properly handle no-op changes in plan
Previously we just left these out of the plan altogether, but in the new
plan types we intentionally include change information for every resource
instance, even if no changes are actually planned, to allow alternative
plan file viewers to show what isn't changing as well as what is.
2018-10-16 19:14:11 -07:00
..
diagnostic.go command/format: include source snippets in diagnostics 2018-10-16 18:20:32 -07:00
format.go command/format: a package for formatting plans/state for output 2017-01-26 14:33:49 -08:00
plan.go core: Properly handle no-op changes in plan 2018-10-16 19:14:11 -07:00
plan_test.go Fix up some missed "go fmt" 2018-10-16 18:49:20 -07:00
state.go terraform: Ugly huge change to weave in new State and Plan types 2018-10-16 19:11:09 -07:00