Skip to content

edsoncelio/terraform-default-workflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

terraform-default-workflow

Terraform workflow to be reused in your project.

Actions

Disclaimer: The tfsec commenter will run ONLY in pull requests

Inputs

  • tf_version: Terraform version (type: string, default: 1.0.0)]
  • tf_wrapper: If will use the Terraform wrapper (type: boolean, default: false)
  • token: Github secret token, available by default

Usage

In your caller workflow, first set your trigger (see the docs)

Calling the workflow with all the default inputs:

...

jobs:
  my-terraform-workflow:
    uses: edsoncelio/terraform-default-workflow/.github/workflows/terraform.yml@v1
    secrets:
        token: ${{ secrets.GITHUB_TOKEN }}

Contributing

TODO

License

Distributed under the MIT License. See LICENSE for more information.

About

Terraform workflow to be reused!

Topics

Resources

License

Stars

Watchers

Forks