Skip to content

Merge commit 'eb6a22215340e2421d024052a71feeddc991e0bf' into new-cons… #2135

Merge commit 'eb6a22215340e2421d024052a71feeddc991e0bf' into new-cons…

Merge commit 'eb6a22215340e2421d024052a71feeddc991e0bf' into new-cons… #2135

name: Validate Terraform
# This work flow runs 'terraform validate' to check there isn't anything obviously wrong
on: [push]
jobs:
tf_fmt:
name: Validate Terraform
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v1
- name: Terraform Init
uses: hashicorp/terraform-github-actions@master
with:
tf_actions_version: 1.1.3
tf_actions_subcommand: 'init'
tf_actions_working_dir: 'terraform/unittests'
- name: Terraform Validate
uses: hashicorp/terraform-github-actions/[email protected]