Skip to content
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.

Commit

Permalink
Terraform updated to latest
Browse files Browse the repository at this point in the history
Terraform updated to latest
  • Loading branch information
ruzickap committed Jan 21, 2020
1 parent 8943244 commit 516d109
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,38 +15,33 @@ on:

jobs:
terraform-check:
name: Terraform Actions
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- uses: actions/checkout@v2

- name: Terraform Format
uses: hashicorp/terraform-github-actions@v0.6.4
with:
tf_actions_version: 0.12.13
tf_actions_version: latest
tf_actions_subcommand: fmt
tf_actions_working_dir: terraform/openstack
tf_actions_comment: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Terraform Init
uses: hashicorp/terraform-github-actions@v0.6.4
with:
tf_actions_version: 0.12.13
tf_actions_version: latest
tf_actions_subcommand: init
tf_actions_working_dir: terraform/openstack
tf_actions_comment: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Terraform Validate
uses: hashicorp/terraform-github-actions@v0.6.4
with:
tf_actions_version: 0.12.13
tf_actions_version: latest
tf_actions_subcommand: validate
tf_actions_working_dir: terraform/openstack
tf_actions_comment: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 516d109

Please sign in to comment.