patrickchugh / terravision

Terravision creates Professional Cloud Architecture Diagrams from your Terraform code automatically. Supports AWS, Google and Azure.
Mozilla Public License 2.0
768 stars 77 forks source link

KeyError: 'after_sensitive' #101

Open juanms opened 8 months ago

juanms commented 8 months ago

This error indicates that there is an attempt to access the 'after_sensitive' key in a dictionary, and this key is not present in the dictionary. File "/Path/to/tfwrapper.py", line 165, in setup_graph: details.update(object["change"]["after_sensitive"]) KeyError: 'after_sensitive'

theuberuser commented 7 months ago

I am getting this error as well when I try to run terravision --draw with or without --show and if I add --source with a local directory. Currently using Python 3.11.8