Skip to content

Commit

Permalink
Update readme with installation instructions
Browse files Browse the repository at this point in the history
Signed-off-by: Evan Owen <[email protected]>
  • Loading branch information
kainosnoema committed May 4, 2020
1 parent dd64540 commit a5bb906
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# terracost-cli
# terracost

[![Actions Status](https://github.com/kainosnoema/terracost-cli/workflows/Test/badge.svg)](https://github.com/kainosnoema/terracost-cli/actions)

AWS cost estimation for Terraform projects (depends on terracost.io API)
AWS cost estimation for Terraform projects using a custom API hosted at terracost.io. Does not read or upload any Terraform state, variables, or outputs.

## Installation

### Homebrew

```console
$ brew install kainosnoema/tap/terracost
```

### Usage

In Terraform project directory:
```
$ terracost estimate [plan file]
```

0 comments on commit a5bb906

Please sign in to comment.