terraform/internal/command/jsonformat/computed/renderers
Liam Cervante e015b15f12
Structured Plan Renderer: Remove attributes that do not match the relevant attributes filter (#32509)
* remove attributes that do not match the relevant attributes filter

* fix formatting

* fix renderer function, don't drop irrelevant attributes just mark them as no-ops

* fix imports
2023-01-16 15:18:38 +01:00
..
block.go Structured plan renderer: Implement the main functionality for the renderer (#32496) 2023-01-12 17:59:07 +01:00
blocks.go Structured plan renderer: Implement the main functionality for the renderer (#32496) 2023-01-12 17:59:07 +01:00
json.go Structured plan renderer: Introduce support for multiline and JSON strings (#32488) 2023-01-11 09:35:36 +01:00
list.go Structured plan renderer: Implement the main functionality for the renderer (#32496) 2023-01-12 17:59:07 +01:00
map.go Structured plan renderer: Implement the main functionality for the renderer (#32496) 2023-01-12 17:59:07 +01:00
object.go Structured plan renderer: Implement the main functionality for the renderer (#32496) 2023-01-12 17:59:07 +01:00
primitive.go Structured Plan Renderer: Remove attributes that do not match the relevant attributes filter (#32509) 2023-01-16 15:18:38 +01:00
renderer_test.go Structured plan renderer: Implement the main functionality for the renderer (#32496) 2023-01-12 17:59:07 +01:00
sensitive.go Structured plan renderer: Implement the main functionality for the renderer (#32496) 2023-01-12 17:59:07 +01:00
sensitive_block.go Structured plan renderer: Implement the main functionality for the renderer (#32496) 2023-01-12 17:59:07 +01:00
set.go push the colorize actions as locally as possible (#32502) 2023-01-12 16:47:06 +01:00
string.go push the colorize actions as locally as possible (#32502) 2023-01-12 16:47:06 +01:00
testing.go Structured plan renderer: Add support for map blocks and sensitive blocks. (#32491) 2023-01-11 09:04:26 +01:00
type_change.go push the colorize actions as locally as possible (#32502) 2023-01-12 16:47:06 +01:00
unknown.go Structured Plan Renderer: Naming and package structure refactor (#32486) 2023-01-10 17:24:48 +01:00
util.go Structured plan renderer: Implement the main functionality for the renderer (#32496) 2023-01-12 17:59:07 +01:00