Skip to content

Instantly share code, notes, and snippets.

@guitarrapc
Created December 9, 2024 05:40
Show Gist options
  • Save guitarrapc/4fc53f9945100815642397825cc6dd20 to your computer and use it in GitHub Desktop.
Save guitarrapc/4fc53f9945100815642397825cc6dd20 to your computer and use it in GitHub Desktop.
run terraform-graph-beautifier.
#!/bin/bash
set -euo pipefail
terraform graph -type=apply | docker run --rm -i --name terraform-graph-beautifier ghcr.io/pcasteran/terraform-graph-beautifier:latest-linux --embed-modules=false --output-type=cyto-html > config1.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment