terraform/command/jsonplan
Kristin Laemmert 99225b8d76
command/jsonstate,plan: fix panic with null values (#23492)
The code responsible for marshalling attribute values was checking for
nil values, but not null.

Fixes #23485, #23274
2019-11-25 15:01:38 -05:00
..
doc.go json output of terraform plan (#19687) 2018-12-19 11:08:25 -08:00
module.go command/jsonplan: sort resources by address (#20113) 2019-01-25 09:17:40 -08:00
plan.go command/show (json): marshal the state snapshot included with the plan file (#21597) 2019-06-05 07:29:02 -04:00
plan_test.go command/jsonplan: Don't panic with mixtures of known/unknown/empty 2019-05-28 19:33:21 -07:00
resource.go command/show: add provider name to resource changes (#20711) 2019-03-15 13:20:43 -07:00
values.go command/jsonstate,plan: fix panic with null values (#23492) 2019-11-25 15:01:38 -05:00
values_test.go command/jsonstate,plan: fix panic with null values (#23492) 2019-11-25 15:01:38 -05:00