opentofu/internal/command/jsonformat/change
Liam Cervante 6ab277f6ba
Add support for sensitive values in the structured renderer (#32375)
* prep for processing the structured run output

* undo unwanted change to a json key

* Add skeleton functions and API for refactored renderer

* goimports

* Fix documentation of the RenderOpts struct

* Add rendering functionality for primitives to the structured renderer

* add test case for override

* Add support for parsing and rendering sensitive values in the renderer
2023-01-09 11:40:47 +01:00
..
change.go Add support for sensitive values in the structured renderer (#32375) 2023-01-09 11:40:47 +01:00
primitive.go Add support for sensitive values in the structured renderer (#32375) 2023-01-09 11:40:47 +01:00
renderer_test.go Add support for sensitive values in the structured renderer (#32375) 2023-01-09 11:40:47 +01:00
renderer.go Add rendering functionality for primitives to the structured renderer (#32373) 2023-01-09 11:24:01 +01:00
sensitive.go Add support for sensitive values in the structured renderer (#32375) 2023-01-09 11:40:47 +01:00
testing.go Add support for sensitive values in the structured renderer (#32375) 2023-01-09 11:40:47 +01:00