Skip to content

Backport of cli: Fix double-quoted map keys in diff UI into v1.1#30860

Merged
alisdair merged 1 commit intov1.1from
backport/alisdair/fix-diff-map-key-quoting/intensely-apt-buck
Apr 13, 2022
Merged

Backport of cli: Fix double-quoted map keys in diff UI into v1.1#30860
alisdair merged 1 commit intov1.1from
backport/alisdair/fix-diff-map-key-quoting/intensely-apt-buck

Conversation

@ghost
Copy link
Copy Markdown

@ghost ghost commented Apr 13, 2022

Backport

This PR is auto-generated from #30855 to be assessed for backporting due to the inclusion of the label 1.1-backport.

The below text is copied from the body of the original PR.


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.

Fixes #30854

@ghost ghost force-pushed the backport/alisdair/fix-diff-map-key-quoting/intensely-apt-buck branch from 1fbda68 to e8f52d9 Compare April 13, 2022 19:41
@ghost ghost requested a review from alisdair April 13, 2022 19:41
@vercel
Copy link
Copy Markdown

vercel bot commented Apr 13, 2022

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/hashicorp/terraform/5wpDE1DTPdazm4GRYFRUZr5JAX72
✅ Preview: https://terraform-git-backport-alisdairfix-diff-map-ke-62d21f-hashicorp.vercel.app

@alisdair alisdair merged commit 81d7e3e into v1.1 Apr 13, 2022
@alisdair alisdair deleted the backport/alisdair/fix-diff-map-key-quoting/intensely-apt-buck branch April 13, 2022 20:08
@github-actions
Copy link
Copy Markdown
Contributor

I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active contributions.
If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 14, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant