Pluralith / pluralith-cli

A tool for Terraform state visualisation and automated generation of infrastructure documentation
https://www.pluralith.com
Mozilla Public License 2.0
787 stars 54 forks source link

Generate Architecture Diagram dry-run without cloud account #95

Closed rsrini7 closed 1 year ago

rsrini7 commented 1 year ago

Is there any way to generate arch diagrams without real cloud account ? Like brainboard.co ?

DanThePutzer commented 1 year ago

Hi @rsrini7 thanks for opening an issue!

I'm not sure I understand exactly what the question is. Do you mean manually drawing diagrams like Brainboard, without need to get data from your cloud provider?

rsrini7 commented 1 year ago

Yes @DanThePutzer. Generate .tf files / import tf to generate Arch diagrams without connecting cloud provider.

DanThePutzer commented 1 year ago

@rsrini7 unfortunately that isn't currently possible and would differ quite significantly from our current implementation. Our graphing algorithm needs Terraform state to detect all the dependencies between resources.

rsrini7 commented 1 year ago

Thanks @DanThePutzer for your immediate comments. I am closing this issue. Please suggest, if any other opensource does that or any plan to develop ?