{"id":19381647,"url":"https://github.com/adamibs/vscode-terraform-live-graph","last_synced_at":"2025-10-07T16:50:18.742Z","repository":{"id":174652120,"uuid":"611937513","full_name":"adamiBs/vscode-terraform-live-graph","owner":"adamiBs","description":"The Terraform Live Graph Extension for Visual Studio Code is a plugin that allows you to generate a live Terraform graph as you code.","archived":false,"fork":false,"pushed_at":"2023-06-12T10:28:33.000Z","size":4255,"stargazers_count":240,"open_issues_count":16,"forks_count":3,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-07-27T18:55:30.890Z","etag":null,"topics":["aws","azure","devops","gcp","google-cloud-platform","terraform","vscode","vscode-extension"],"latest_commit_sha":null,"homepage":"https://marketplace.visualstudio.com/items?itemName=adamiBs.terraform-live-graph","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/adamiBs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2023-03-09T21:15:35.000Z","updated_at":"2025-06-04T10:00:46.000Z","dependencies_parsed_at":"2023-07-02T18:31:16.051Z","dependency_job_id":null,"html_url":"https://github.com/adamiBs/vscode-terraform-live-graph","commit_stats":null,"previous_names":["adamibs/vscode-terraform-live-graph"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/adamiBs/vscode-terraform-live-graph","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adamiBs%2Fvscode-terraform-live-graph","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adamiBs%2Fvscode-terraform-live-graph/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adamiBs%2Fvscode-terraform-live-graph/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adamiBs%2Fvscode-terraform-live-graph/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adamiBs","download_url":"https://codeload.github.com/adamiBs/vscode-terraform-live-graph/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adamiBs%2Fvscode-terraform-live-graph/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278811846,"owners_count":26050181,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-07T02:00:06.786Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aws","azure","devops","gcp","google-cloud-platform","terraform","vscode","vscode-extension"],"created_at":"2024-11-10T09:17:51.553Z","updated_at":"2025-10-07T16:50:18.707Z","avatar_url":"https://github.com/adamiBs.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Terraform Live Graph Extension for VSCode [![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/intent/tweet?text=Live%20Terraform%20graph%20as%20you%20code!%20\u0026url=https://github.com/adamiBs/vscode-terraform-live-graph\u0026via=adambenshmuel\u0026hashtags=terraform,aws,azure,gcp,vscode,visulization,extension)\n\n[![Price](https://img.shields.io/badge/price-FREE-0098f7.svg)](./LICENSE.md)\n[![Downloads](https://img.shields.io/visual-studio-marketplace/d/adamiBs.terraform-live-graph)](https://marketplace.visualstudio.com/items?itemName=adamiBs.terraform-live-graph)\n\n\nThe Terraform Graph Extension for Visual Studio Code is a plugin that allows you to generate a live Terraform graph as you code. This extension makes it easy to visualize your infrastructure and the relationships between resources, helping you to understand how your infrastructure is configured.\n\n![GIF of a demo of the extension](./images/tf-graph-demo.gif)\n\n## Installation\n\n### Prerequisites\n\n1. Install `terraform` from: https://developer.hashicorp.com/terraform/downloads?product_intent=terraform\n2. Install `graphviz` from: https://graphviz.org/download/\n3. VS Code updated to at least `v1.75.1` of above.\n\n### Extension Installation\n\n1. Open Visual Studio Code.\n2. Click on the Extensions icon on the left-hand side of the screen (Ctrl+Shift+X).\n3. Search for \"Terraform Live Graph\" and click \"Install\".\n4. Restart Visual Studio Code.\n\n## Usage\n\n1. Open a Terraform file in Visual Studio Code\n2. Activate the extension by selecting \"Terraform Graph View\" from the Command Palette (`CMD+Shift+p`/`Ctrl+Shift+p` or `F1` opens the Command Palette).\n3. A live graph of your Terraform code will appear on the right-hand side of the screen\n4. As you write your Terraform code, the graph will update in real-time to reflect your changes\n\n## Requirements\n\n- Terraform must be installed on your system and accessible from the command line ([Download](https://www.terraform.io/downloads.html))\n- The Terraform files must be in a valid format\n\n## Issues and Contributions\n\nIf you encounter any issues or have any suggestions for improvements, please [open an issue](https://github.com/adamiBs/vscode-terraform-live-graph/issues/new/choose) on the GitHub repository.\n\nIf you would like to contribute to the development of this extension, please [follow the instructions here](./CONTRIBUTING.md).\n\n## License\n\nThis extension is licensed under the MIT License. See the LICENSE file for more information.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadamibs%2Fvscode-terraform-live-graph","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadamibs%2Fvscode-terraform-live-graph","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadamibs%2Fvscode-terraform-live-graph/lists"}