by chafik-bel on 12/25/20, 12:42 PM with 44 comments
by chimen on 12/25/20, 10:53 PM
by yegle on 12/25/20, 9:14 PM
It failed miserably:
$ tf graph|dot -Tpng > graph.png
dot: graph is too large for cairo-renderer bitmaps. Scaling by 0.420618 to fit
Trying to upload the genrated image to Google Slides and the error message: The image is too large. Images must be smaller than 25 megapixels.
$ tf state list|cut -d. -f3|grep ^google_|sort|uniq|wc -l
42 <-- different types of Google Cloud resources we use in our Terraform configs.
I'm very skeptical this config can be managed using a WYSIWYG tool.
by nhoughto on 12/26/20, 11:51 AM
All for better visualizations of terraform resources tho
by weitzj on 12/26/20, 11:25 AM
This feels like the G-Programming language from LabView which allows you to graphically program your physics experiments. But once you drink the programming language coolaid you don’t want to do graphics programming any more.
So I guess I am already biased towards reading text. But for me this is still the best way to consume information compared to pictures or videos
by philipwhiuk2 on 12/25/20, 11:33 PM
This file is large (15.7MB) and took 1.2 minutes to load
So your website looks broken for 1.2 minutes for me.
I doubt anyone else but a web-dev has the patience to wait for it.
by satya71 on 12/26/20, 12:32 AM
It’s like all the visual programming languages that become unusable as soon as the program achieves a bit of complexity.
by pm90 on 12/25/20, 9:00 PM
Anyways, being able to visualize infrastructure this way is pretty great. Currently, the way it usually works is to draw the infra and then manually write the tf resources. This seems like it would simplify the process greatly since one could genereate the IAC directly from the diagrams. Pretty neat (if it works well).
by manojlds on 12/25/20, 6:55 PM
by orf on 12/25/20, 6:13 PM
by insomniacity on 12/25/20, 9:29 PM
by dider52 on 12/25/20, 7:20 PM
by felixhummel on 12/25/20, 6:14 PM
Looks interesting. I'll try to break it with the complexity of a medium-sized project next year.