terraform-visual icon indicating copy to clipboard operation
terraform-visual copied to clipboard

Avoid parsing literals inside double quotes

Open aybrl-edu opened this issue 1 year ago • 2 comments

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.

Screenshot 2023-10-26 at 15 04 22

aybrl-edu avatar Oct 26 '23 13:10 aybrl-edu

Just opened a PR #53

aybrl-edu avatar Oct 26 '23 14:10 aybrl-edu

Working properly with the PR #53

Screenshot 2023-10-26 at 16 56 55

aybrl-edu avatar Oct 26 '23 14:10 aybrl-edu