Very interesting, I have been looking for such a tool
Draw.io and Terraform = Brainboard, Graphical Way to Do Terraform
11–20 of 46 posts
Re: Draw.io and Terraform = Brainboard, Graphical Way to Do Terraform
#12Anyways, 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).
Re: Draw.io and Terraform = Brainboard, Graphical Way to Do Terraform
#13The idea is fantastic but I am very skeptical how this would handle state drift and larger projects. 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)…
Re: Draw.io and Terraform = Brainboard, Graphical Way to Do Terraform
#14It 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 I'm very skeptical this config can be managed using a WYSIWYG tool.
Re: Draw.io and Terraform = Brainboard, Graphical Way to Do Terraform
#15I recently gave a tech talk internally about Terraform. I wanted to show how quickly a web service can get complicated by showing the SVG generated from `terraform graph` output. 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 m…
Re: Draw.io and Terraform = Brainboard, Graphical Way to Do Terraform
#16Re: Draw.io and Terraform = Brainboard, Graphical Way to Do Terraform
#17Does it have Terraform Enterprise and Sentinel support?
Re: Draw.io and Terraform = Brainboard, Graphical Way to Do Terraform
#18Re: Draw.io and Terraform = Brainboard, Graphical Way to Do Terraform
#19Earlier quoted context omitted.
Not yet.
OK. Specific Sentinel integration might be optional (or not even possible), not too sure. But the only way we'd be compliant with the Sentinel policies is if I can use the pre-designed modules in TFE.
Re: Draw.io and Terraform = Brainboard, Graphical Way to Do Terraform
#20I recently gave a tech talk internally about Terraform. I wanted to show how quickly a web service can get complicated by showing the SVG generated from `terraform graph` output. 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 m…