opentofu/internal/command/format
Alisdair McDiarmid fadcaaaad2 cli: Fix double-quoted map keys in diff UI
A previous change added missing quoting around object keys which do not
parse as barewords. At the same time we introduced a bug where map keys
could be double-quoted, due to calling the `displayAttributeName` helper
function (to quote non-bareword keys) then using the `writeValue` method
(which quotes all strings).

This commit fixes this and adds test coverage for map keys which require
quoting.
2022-04-13 09:10:00 -04:00
..
diagnostic_test.go update to use typed sensitive marks 2021-06-25 12:49:07 -04:00
diagnostic.go command/views/json: Never generate invalid diagnostic snippet offsets 2021-06-28 13:42:28 -07:00
diff_test.go cli: Fix double-quoted map keys in diff UI 2022-04-13 09:10:00 -04:00
diff.go cli: Fix double-quoted map keys in diff UI 2022-04-13 09:10:00 -04:00
difflanguage_string.go cli: Refactor resource drift rendering 2021-09-16 15:22:37 -04:00
format.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
object_id_test.go unmark object ID or Name for formatting 2021-08-17 12:24:43 -04:00
object_id.go unmark object ID or Name for formatting 2021-08-17 12:24:43 -04:00
state_test.go Move terraform/ to internal/terraform/ 2021-05-17 14:09:07 -07:00
state.go Move terraform/ to internal/terraform/ 2021-05-17 14:09:07 -07:00
trivia.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00