Skip to content

narwhl/setup-terraform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 

Repository files navigation

setup-terraform

This GitHub Action is a wrapper for hashicorp/setup-terraform, it exposes the action inputs except for cli_config_credentials_token since Terraform Cloud will not be used. It authenticates automatically with a preconfigured custom HTTP state backend.

Usage

steps:
- uses: narwhl/setup-terraform@v1
  with:
    terraform_version: "1.7.1"

Action Inputs

  • terraform_version

  • terraform_wrapper

  • enable_caching

  • state path to store the terraform state, must be unique per workflow

  • use_federated_token uses token issued by sts, it has the validity of 1 hr instead of 5mins from github

  • endpoint preconfigured

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published