https://github.com/shmokmt/actions-setup-tfcmt
Setup suzuki-shunsuke/tfcmt Action
https://github.com/shmokmt/actions-setup-tfcmt
actions cloud devops gh-actions github-actions iac infrastructure-as-code terraform tfcmt
Last synced: about 1 month 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-13T08:49:27.000Z (8 months ago)
- Last Synced: 2025-03-24T00:13:38.147Z (about 1 month ago)
- Topics: actions, cloud, devops, gh-actions, github-actions, iac, infrastructure-as-code, terraform, tfcmt
- Language: Shell
- Homepage: https://github.com/marketplace/actions/setup-tfcmt
- Size: 21.5 KB
- Stars: 16
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# actions-setup-tfcmt
[](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)