An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![Check dist/](https://github.com/rhythmictech/actions-setup-tfenv/actions/workflows/check-dist.yml/badge.svg)](https://github.com/rhythmictech/actions-setup-tfenv/actions/workflows/check-dist.yml)
[![CodeQL](https://github.com/rhythmictech/actions-setup-tfenv/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/rhythmictech/actions-setup-tfenv/actions/workflows/codeql-analysis.yml)
[![build-test](https://github.com/rhythmictech/actions-setup-tfenv/actions/workflows/test.yml/badge.svg)](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
```