https://github.com/rhythmictech/actions-setup-tfenv
Set up your GitHub Actions workflow with tfenv
https://github.com/rhythmictech/actions-setup-tfenv
github-actions terraform tfenv
Last synced: 4 months ago
JSON representation
Set up your GitHub Actions workflow with tfenv
- Host: GitHub
- URL: https://github.com/rhythmictech/actions-setup-tfenv
- Owner: rhythmictech
- License: mit
- Created: 2022-06-26T14:27:14.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-02-18T05:40:13.000Z (12 months ago)
- Last Synced: 2025-04-03T13:49:09.200Z (11 months ago)
- Topics: github-actions, terraform, tfenv
- Language: TypeScript
- Homepage: https://github.com/marketplace/actions/setup-tfenv
- Size: 1.34 MB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
[](https://github.com/rhythmictech/actions-setup-tfenv/actions/workflows/check-dist.yml)
[](https://github.com/rhythmictech/actions-setup-tfenv/actions/workflows/codeql-analysis.yml)
[](https://github.com/rhythmictech/actions-setup-tfenv/actions/workflows/test.yml)
# Setup Tfenv
Set up your GitHub Actions workflow with tfenv
## Usage
```
name: Terrafy with tfenv
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: rhythmictech/actions-setup-tfenv@v0.0.2
```