terraform-visual
terraform-visual copied to clipboard
Avoid parsing literals inside double quotes
When parsing an ip address, the dots are taken into account, and this will affect the coherence of the graph. It will be better if there is a way to avoid parsing literals that are double quoted.
Just opened a PR #53
Working properly with the PR #53