Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shmokmt/actions-setup-tfcmt
Setup suzuki-shunsuke/tfcmt Action
https://github.com/shmokmt/actions-setup-tfcmt
actions devops infrastructure-as-code terraform tfcmt
Last synced: 9 days ago
JSON representation
Setup suzuki-shunsuke/tfcmt Action
- Host: GitHub
- URL: https://github.com/shmokmt/actions-setup-tfcmt
- Owner: shmokmt
- License: mit
- Created: 2021-12-08T09:05:10.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-13T08:49:27.000Z (about 2 months ago)
- Last Synced: 2024-10-14T04:02:48.147Z (24 days ago)
- Topics: actions, devops, infrastructure-as-code, terraform, tfcmt
- Language: Shell
- Homepage: https://github.com/marketplace/actions/setup-tfcmt
- Size: 21.5 KB
- Stars: 15
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# actions-setup-tfcmt
[![Setup test](https://github.com/shmokmt/actions-setup-tfcmt/actions/workflows/test.yml/badge.svg)](https://github.com/shmokmt/actions-setup-tfcmt/actions/workflows/test.yml)
The shmokmt/actions-setup-tfcmt action installs [suzuki-shunsuke/tfcmt](https://github.com/suzuki-shunsuke/tfcmt) to the `PATH` in your GitHub Actions.
## `Inputs`
### `version`
Optional. The version of tfcmt. Default is "latest".
## Usage
This action can run be on `ubuntu-latest` and `macos-latest`.
Use latest version
```yaml
steps:
- uses: shmokmt/actions-setup-tfcmt@v2
```Use specific version
```yaml
steps:
- uses: shmokmt/actions-setup-tfcmt@v2
with:
version: v4.13.0
```# References
- [tfcmt official docs](https://suzuki-shunsuke.github.io/tfcmt/)
- [tfcmt のいい感じのテンプレート Zenn](https://zenn.dev/bm_sms/articles/b1e4778f5b40e9)