Ameausoone / terraform-tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

terraform-tools

CI Docker

Inspired by stefanprodan/kube-tools Github action.

Github Action with Terraform tools: terraform, vault, jq, yq. See the release page for the list of avaible tools and versions.

GitHub Workflow example:

name: CI

on: [push, pull_request]

jobs:
  test-action:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - name: Run Terraform tools
        uses: ameausoone/terraform-tools@master
        with:
          terraform: 0.12.16
          vault: 1.2.4
          command: |
            echo "Run Vault"
            vault login
            echo "Run Terraform"
            terraform plan

About

License:MIT License


Languages

Language:Shell 90.3%Language:Dockerfile 9.7%