Skip to content

Commit

Permalink
Update mod to the latest powerpipe version
Browse files Browse the repository at this point in the history
  • Loading branch information
misraved committed Oct 15, 2024
1 parent 51465aa commit 4d0377d
Show file tree
Hide file tree
Showing 22 changed files with 8 additions and 13 deletions.
13 changes: 4 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
# AWS Thrifty Mod for Powerpipe

> [!IMPORTANT]
> [Powerpipe](https://powerpipe.io) is now the preferred way to run this mod! [Migrating from Steampipe →](https://powerpipe.io/blog/migrating-from-steampipe)
>
> All v0.x versions of this mod will work in both Steampipe and Powerpipe, but v1.0.0 onwards will be in Powerpipe format only.
An AWS cost savings and waste checking tool.

Run checks in a dashboard:
Expand Down Expand Up @@ -91,8 +86,8 @@ Several benchmarks have [input variables](https://powerpipe.io/docs/build/mod-va
It's easiest to setup your vars file, starting with the sample:

```sh
cp steampipe.spvars.example steampipe.spvars
vi steampipe.spvars
cp steampipe.ppvars.example steampipe.ppvars
vi steampipe.ppvars
```

Alternatively you can pass variables on the command line:
Expand All @@ -117,8 +112,8 @@ The benchmark queries use common properties (like `account_id`, `connection_name
It's easiest to setup your vars file, starting with the sample:

```sh
cp steampipe.spvars.example steampipe.spvars
vi steampipe.spvars
cp steampipe.ppvars.example steampipe.ppvars
vi steampipe.ppvars
```

Alternatively you can pass variables on the command line:
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 4 additions & 4 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ Several benchmarks have [input variables](https://powerpipe.io/docs/build/mod-va
It's easiest to setup your vars file, starting with the sample:

```sh
cp steampipe.spvars.example steampipe.spvars
vi steampipe.spvars
cp steampipe.ppvars.example steampipe.ppvars
vi steampipe.ppvars
```

Alternatively you can pass variables on the command line:
Expand All @@ -108,8 +108,8 @@ The benchmark queries use common properties (like `account_id`, `connection_name
It's easiest to setup your vars file, starting with the sample:

```sh
cp steampipe.spvars.example steampipe.spvars
vi steampipe.spvars
cp steampipe.ppvars.example steampipe.ppvars
vi steampipe.ppvars
```

Alternatively you can pass variables on the command line:
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 4d0377d

Please sign in to comment.