Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

speee/terraform-apply-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

speee/terraform-apply-action

The speee/terraform-apply-action action is a CI action that runs terraform apply when some commits are pushed to target branch.

Usage

- uses: speee/terraform-apply-action@v1
  with:
      terraform_version: 0.13.3

Inputs

The action supports the following inputs:

  • working-directory - (optional) Relative path from repository root to your terraform root module (default .).

  • aws-access-key-id - (optional) Used when performing terraform plan to your AWS environment.

  • aws-secret-access-key - (optional)

  • terraform-version - (optional) The version of Terraform CLI to install. Defaults to latest.

  • github-token - Used when writing comments on your pull request.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published