Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/infracost/terraform-provider-infracost
- Owner: infracost
- License: apache-2.0
- Created: 2020-08-29T19:14:57.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-06T09:31:26.000Z (over 3 years ago)
- Last Synced: 2024-06-19T02:02:51.692Z (5 months ago)
- Topics: aws, cost-estimation, terraform, terraform-provider
- Language: Go
- Homepage: https://infracost.io
- Size: 87.9 KB
- Stars: 20
- Watchers: 7
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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/)