https://github.com/kainosnoema/terracost-cli
AWS cost estimation for Terraform projects
https://github.com/kainosnoema/terracost-cli
aws cost-estimation terraform
Last synced: 10 months ago
JSON representation
AWS cost estimation for Terraform projects
- Host: GitHub
- URL: https://github.com/kainosnoema/terracost-cli
- Owner: kainosnoema
- License: mit
- Created: 2020-05-01T18:50:30.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-04T23:10:37.000Z (about 6 years ago)
- Last Synced: 2025-04-08T00:09:50.932Z (about 1 year ago)
- Topics: aws, cost-estimation, terraform
- Language: Go
- Homepage:
- Size: 45.9 KB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# terracost
[](https://github.com/kainosnoema/terracost-cli/actions)
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]
```
## Supported Terraform Resources
* `aws_instance`
* `aws_db_instance`
_If a resource isn't supported, it will be listed as such in the output with a cost estimate of $0._