Terraform to Visio?

4,922 views
Skip to first unread message

Joe V

unread,
Jun 29, 2016, 1:28:28 PM6/29/16
to Terraform
is there a way to use terraform and build out a viso/network diagram from aws? thoughts ideas?

Sean Farrow

unread,
Jun 29, 2016, 1:46:05 PM6/29/16
to terrafo...@googlegroups.com

Hi,

 

Given that Visio has an object model (assuming you mean the Ms product) it’s something that would be possible, how do you see this working?

Cheers

Sean.

--
This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list.
 
GitHub Issues: https://github.com/hashicorp/terraform/issues
IRC: #terraform-tool on Freenode
---
You received this message because you are subscribed to the Google Groups "Terraform" group.
To unsubscribe from this group and stop receiving emails from it, send an email to terraform-too...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/terraform-tool/6c096bc2-1212-48df-bf73-2e2968eb11fb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Ameir Abdeldayem

unread,
Jun 29, 2016, 1:48:06 PM6/29/16
to terrafo...@googlegroups.com
If you have graphviz installed, you can generate graphs using the following:

If you need it to be in Visio, you may be able to do some magic with parsing `terraform graph` output and molding that into something.

On Wed, Jun 29, 2016 at 1:28 PM, Joe V <joeread...@gmail.com> wrote:
is there a way to use terraform and build out a viso/network diagram from aws? thoughts ideas?

--

Joe V

unread,
Jun 29, 2016, 1:54:31 PM6/29/16
to Terraform
doesnt have to be Visio.. any visualization tool to represent a aws environment using terraform.  example like below

Conor Gilsenan

unread,
May 9, 2017, 8:52:59 PM5/9/17
to Terraform
Joe, any luck finding a tool to generate nice diagrams like you posted in your example? I have been looking for a tool to do this for a while and haven't found anything yet. The closest thing I've found (haven't tried yet) is Cloudcraft Live. It is on my todo list to try out Cloudcraft.

- Conor

Tim Visher

unread,
May 10, 2017, 10:35:51 AM5/10/17
to terrafo...@googlegroups.com
Is `terraform graph` not what you're looking for?


--
This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list.
 
GitHub Issues: https://github.com/hashicorp/terraform/issues
IRC: #terraform-tool on Freenode
---
You received this message because you are subscribed to the Google Groups "Terraform" group.
To unsubscribe from this group and stop receiving emails from it, send an email to terraform-tool+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/terraform-tool/701705ce-beca-4dfd-89f8-37836dcdce8b%40googlegroups.com.

Benjamin Lau

unread,
May 10, 2017, 10:45:53 AM5/10/17
to terrafo...@googlegroups.com
You'd think it is... but it's not. It's generating a graph of the terraform state and not one of the infrastructure. I'd done something like this at a previous job using cloudformation, but I was doing weird things like using the security group rules to extract the relationships between the components. And this really only worked for the ec2 instances in my stack. I never finished integrating the elbs (as an example) into the graph in relation to the other resources. Though I did follow a similar strategy to `terraform graph` and generated graphviz dot output to draw the graph.

Reply all
Reply to author
Forward
0 new messages