pulumi convert --from terraform
does not preserve casing for keys in HCL maps (like tags)
#100
Labels
pulumi convert --from terraform
does not preserve casing for keys in HCL maps (like tags)
#100
What happened?
When converting TF to TS (at least - haven't checked in other languages), casing is not preserved on maps (like tags). This diff is a problem because the
Name
tag (case-sensitive) controls how many resources display in the AWS console:Example
Converts to:
Output of
pulumi about
Also probably helpful:
$ pulumi plugin ls | grep terraform terraform converter 1.0.11 44 MB 6 days ago 6 days ago terraform converter 1.0.4 58 MB 5 months ago 5 months ago
Additional context
No response
Contributing
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
The text was updated successfully, but these errors were encountered: