standalone.mp4
Terraform Visualizer displays the resources in your Terraform config (and the relationships among resources) using a graph of nodes (for the resources) and edges (for the relationships).
This app can run as a standalone app (https://terraform-visualizer.netlify.app/) or within the Terraformer VS Code extension.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.
Start the app locally by running npm start
. Alternatively, visit the Netlify deployment.
You can provide the Terraform config by selecting one or more Terraform files from your local machine.
You do this by clicking the upload icon ( ) at the bottom left and then selecting the relevant files.
standard.mp4
You can provide the Terraform config by typing it into the in-app text editor
You do this by clicking the code icon ( ) at the bottom left. This brings up a text editor into which you can begin typing.
modals.mp4
You can provide the Terraform config via the URL using the content
URL query.
http://localhost:3000/?content={ URL-ENCODED CONTENT }
First, use any URL-encoder (e.g. https://www.urlencoder.org/) to encode the Terraform config.
Then, provide the encoded value in the URL by assigning it to the content
query.