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

Graphs not working as expected with HCL2 #68

Open
dexterac opened this issue Sep 20, 2019 · 5 comments
Open

Graphs not working as expected with HCL2 #68

dexterac opened this issue Sep 20, 2019 · 5 comments

Comments

@dexterac
Copy link

I noticed the graph generated is not interactive when using HCL2 syntax vs the old.

Is there a solution available for this?

@gvcgael
Copy link

gvcgael commented Oct 25, 2019

Same problem over here. Any idea ?

dustinlharrison added a commit to dustinlharrison/blast-radius that referenced this issue Nov 21, 2019
…8mm#71: work around pyhcl

virtuald/pyhcl#55: pyhcl doesn't support terraform v0.12

Resolve this temporarily by using the go library `hcl2json` which allows
colorization and rendering to still work.  JSON references don't appear
to work, but the package is still usable.

Add pipenv support and update documentation and Makefile to support the
external go package.
@SebastianAtWork
Copy link

I made a Pull Request that updates pyhcl and fixes some of the syntax errors : #79 but unfortunately not all

@SebastianAtWork
Copy link

I closed the PR as its not really helping enough

@techdragon
Copy link

May need to use https://github.com/amplify-education/python-hcl2 instead of pyhcl since pyhcl doesn't appear to be targeting HCL2.

@obourdon
Copy link

obourdon commented Dec 8, 2020

Indeed this is th only way to go. See this link for my successful implementation

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

5 participants