Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Escaped get unescaped in the output #1

Open
isaaguilar opened this issue Dec 2, 2021 · 0 comments
Open

Escaped get unescaped in the output #1

isaaguilar opened this issue Dec 2, 2021 · 0 comments

Comments

@isaaguilar
Copy link
Owner

If the original tfvar is like this:

# Filename: foo.tfvars
foo = "es\"ca\"pe"

After running tfvar-consolidate -f foo.tfvars -o foo-consolidated.tfvars, the output is incorrectly escaped (or unescaped actually)

# Filename: foo-consolidated.tfvars
foo = "es"ca"pe"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant