An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# 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 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._