Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/suzuki-shunsuke/tfcmt
Fork of mercari/tfnotify. tfcmt enhances tfnotify in many ways, including Terraform >= v0.15 support and advanced formatting options
https://github.com/suzuki-shunsuke/tfcmt
hacktoberfest
Last synced: 18 days ago
JSON representation
Fork of mercari/tfnotify. tfcmt enhances tfnotify in many ways, including Terraform >= v0.15 support and advanced formatting options
- Host: GitHub
- URL: https://github.com/suzuki-shunsuke/tfcmt
- Owner: suzuki-shunsuke
- License: other
- Created: 2021-01-03T06:56:02.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-28T12:50:50.000Z (5 months ago)
- Last Synced: 2024-05-29T04:24:21.123Z (5 months ago)
- Topics: hacktoberfest
- Language: Go
- Homepage: https://suzuki-shunsuke.github.io/tfcmt/
- Size: 4.07 MB
- Stars: 372
- Watchers: 4
- Forks: 45
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-tf - tfcmt - CLI to notify the result of plan and apply as Pull Request comment. (Tools / Community providers)
README
# tfcmt
[![Go Report Card](https://goreportcard.com/badge/github.com/suzuki-shunsuke/tfcmt)](https://goreportcard.com/report/github.com/suzuki-shunsuke/tfcmt)
[![GitHub last commit](https://img.shields.io/github/last-commit/suzuki-shunsuke/tfcmt.svg)](https://github.com/suzuki-shunsuke/tfcmt)
[![License](http://img.shields.io/badge/license-mit-blue.svg?style=flat-square)](https://raw.githubusercontent.com/suzuki-shunsuke/tfcmt/master/LICENSE)Fork of [mercari/tfnotify](https://github.com/mercari/tfnotify), enhancing tfnotify in many ways including Terraform >= v0.15 support and advanced formatting options.
## Document
- https://suzuki-shunsuke.github.io/tfcmt/
- https://github.com/suzuki-shunsuke/tfcmt-docs> tfcmt supports notifying to only GitHub. If you'd like to notify to GitLab, maybe [tfcmt-gitlab](https://github.com/hirosassa/tfcmt-gitlab), which is a fork of tfcmt for GitLab, is useful.
## Who uses tfcmt?
> [!NOTE]
> If you want to add your company or organization to the list, please send a pull request or send a comment to the [GitHub Discussion](https://github.com/suzuki-shunsuke/tfcmt/discussions/1032)!- Recruit Co., Ltd. - [StudySapuri](https://brand.studysapuri.jp/) and [Quipper](https://www.quipper.com/) product team
- [Cybozu Inc / Engineering Productivity Team](https://cybozu.co.jp/)
- [READYFOR INC. / Platform Team](https://corp.readyfor.jp/)
- [CADDi Inc.](https://caddi.com/)
- [ZOZO Inc.](https://corp.zozo.com/)
- [SAKURA internet Inc.](https://www.sakura.ad.jp/)
- [Unipos Inc.](https://www.unipos.co.jp/)
- [paild, Inc.](https://www.paild.co.jp/)
- [HMCTS](https://www.gov.uk/government/organisations/hm-courts-and-tribunals-service)## License
### License of original code
This is a fork of [mercari/tfnotify v0.7.0](https://github.com/mercari/tfnotify/releases/tag/v0.7.0) which was [licensed under MIT License terms](https://github.com/mercari/tfnotify/tree/57494ec80c926a12967c8634226ef60e834b3dfd#license).
> Copyright 2018 Mercari, Inc.
>
> Licensed under the MIT License.### License of code which we wrote
MIT