Skip to content

Commit

Permalink
Merge pull request #41 from inkdrop-org/support-gcp
Browse files Browse the repository at this point in the history
Support gcp resources
  • Loading branch information
albschi committed Apr 27, 2024
2 parents 7360fa6 + 9cbf083 commit c91ebd3
Show file tree
Hide file tree
Showing 1,069 changed files with 1,297 additions and 208 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ Benefits:
- Document your infrastructure automatically.
- Onboard engineers to a new project 10 times faster.

![Static Badge](https://img.shields.io/badge/Note%3A%20-%20Inkdrop%20currently%20only%20works%20for%20AWS%20resources.-blue)

## Quick Install
**With Brew:**

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "inkdrop-visualizer",
"version": "1.1.42",
"version": "1.1.43",
"description": "",
"main": "src/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/renderer/renderer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ async function performActionsToDownloadFile(page: Page) {
if (selectAllButton) {
await selectAllButton.click();
} else {
console.error("No AWS Terraform resources found in graph.")
console.error("No valid Terraform resources found in graph.")
console.error("Please ensure that you have run Inkdrop inside your Terraform project directory, or specify the path to your Terraform project using the --path argument.")
process.exit(1)
}
Expand Down
Loading

0 comments on commit c91ebd3

Please sign in to comment.