terraform/command/format
Martin Atkins d0cbbb6a00 command/format: Remove defunct "Plan" type and associated symbols
This "Plan" type, along with the other types it directly or indirectly
embeds and the associated functions, are adaptations of the
flatmap-oriented plan renderer logic from Terraform 0.11 and prior.

The current diff rendering logic is in diff.go, and so the contents of the
plan.go file are defunct apart from the DiffActionSymbol function that
both implementations share. Therefore here we move DiffActionSymbol into
diff.go and then remove plan.go entirely, in the interests of dead code
removal.
2019-11-06 06:53:32 -08:00
..
diagnostic.go vendor: switch to HCL 2.0 in the HCL repository 2019-10-02 15:10:21 -07:00
diff.go command/format: Remove defunct "Plan" type and associated symbols 2019-11-06 06:53:32 -08:00
diff_test.go vendor: go get github.com/zclconf/go-cty@master 2019-04-30 15:49:28 -07:00
format.go command/format: a package for formatting plans/state for output 2017-01-26 14:33:49 -08:00
object_id.go command: Reinstate object ids in the UIHook progress logs 2018-10-16 19:14:11 -07:00
object_id_test.go Updates after running `make fmt` with Go v1.11.1 2018-10-17 14:11:08 -07:00
state.go Account for deposed instances in show command, adding the details for 2019-07-29 17:02:44 -04:00
state_test.go Account for deposed instances in show command, adding the details for 2019-07-29 17:02:44 -04:00