Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/infracost/terraform-provider-infracost

This repo is deprecated, please use the https://infracost.io/usage-file/ instead.
https://github.com/infracost/terraform-provider-infracost

aws cost-estimation terraform terraform-provider

Last synced: about 15 hours ago
JSON representation

This repo is deprecated, please use the https://infracost.io/usage-file/ instead.

Awesome Lists containing this project

README

        

## This provider is deprecated, please use the [Infracost usage file](https://infracost.io/usage-file/) instead.

### Infracost Terraform Provider

The Infracost provider is used to add estimated usage of Terraform resources to add better cost estimations when used with the [Infracost](https://infracost.io) tool.

## Table of Contents

* [Development](#development)
* [License](#license)

## Development

Run all tests:
```sh
make testacc
```

Build:
```sh
make build
```

Install locally (Mac OSX/Linux):
```sh
make install
```

## License

[Apache License 2.0](https://choosealicense.com/licenses/apache-2.0/)