Skip to content

Github action that installs Terraform tools.

Notifications You must be signed in to change notification settings

bgeese-szdm/gha-tftools

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

gha-tftools composite action

This action installs the tools tfenv and tgenv. The tools are added to the github actions so that they can be used later in github actions. It also uses both tools to install the latest terraform and terragrunt version and configures them as default, so that both can be used in projects that do not require a specific version of those tools.

Inputs

tfenv-version

Optional Specify a specific version of tfenv that should be installed.

tgenv-version

Optional Specify a specific version of tgenv that should be installed.

Example usage

uses: sueddeutsche/gha-tftools@v1

or with specific version:

uses: sueddeutsche/gha-tftools@v1
with:
  tfenv-version: '2.2.2'

About

Github action that installs Terraform tools.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%