Skip to content

Fix #39 - syntax error: module import (#40) #41

Fix #39 - syntax error: module import (#40)

Fix #39 - syntax error: module import (#40) #41

name: terraform-validate
on:
# Triggers the workflow on push or pull request events but only for the "main" branch
push:
branches: [ "main", "master" ]
pull_request:
branches: [ "main", "master" ]
jobs:
validate:
runs-on: ubuntu-latest
name: Validate terraform
steps:
- name: Checkout
uses: actions/checkout@v3
- name: terraform validate
uses: dflook/terraform-validate@v1
with:
path: .