idoavrah / terraform-tui

Terraform textual UI
https://pypi.org/project/tftui/
Apache License 2.0
998 stars 30 forks source link

secondary_allocation_ids not supported #9

Closed viyullas closed 1 year ago

viyullas commented 1 year ago

Ina somewhat complex terraform state I am getting the following error:

Failed to marshal state to json: unsupported attribute "secondary_allocation_ids"

idoavrah commented 1 year ago

Unfortunately this is caused by the underlying terraform show command. It must work for the application to be able to parse it.