Skip to content

Bump hashicorp/setup-terraform from 1 to 3 #6

Bump hashicorp/setup-terraform from 1 to 3

Bump hashicorp/setup-terraform from 1 to 3 #6

Workflow file for this run

on:
pull_request:
types: [opened, edited, reopened, synchronize]
jobs:
go-tests:
name: Run Tests
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Terraform
uses: hashicorp/setup-terraform@v3
with:
terraform_version: 0.14.x
terraform_wrapper: false
- name: Run terraform Tests
working-directory: examples/
run: |
terraform init
terraform validate