-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update readme with installation instructions
Signed-off-by: Evan Owen <[email protected]>
- Loading branch information
1 parent
dd64540
commit a5bb906
Showing
1 changed file
with
17 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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] | ||
``` |