Getting Started
Last updated
Last updated
Inkdrop is designed to be easy to install and use. This quick start guide will walk you through installing the Inkdrop CLI and using it to visualize your Terraform infrastructure.
Inkdrop supports installation via Homebrew, npm, or manual download.
Download the latest Linux release from
Extract the archive: tar -xzf inkdrop-linux-x64.tar.gz
Make the binary executable: chmod +x inkdrop
Move it to your PATH: mv inkdrop /usr/local/bin/
Run Terraform Plan: First, run terraform plan
to generate a plan file in your Terraform working directory.
Launch Inkdrop: Then run the inkdrop
CLI with the plan file as an argument:
This will launch the Inkdrop visualizer in your default browser.
Explore the Diagram: The interactive diagram will display all the resources in your Terraform configuration, coloring modified resources.
Click on resources to highlight dependencies, variables and outputs
Use the filters on the left to view resources by type, tags, etc.
Navigate using zoom and pan (hold space bar on mouse)
The visualizer generates the diagram entirely within your local environment, with no data leaving your machine.
Ready to start visualizing your Terraform?
Learn how to
Explore all the
Join our for support