Skip to content

Fix #36 - Update Lambda code for AWS SDK v3.x #37

Fix #36 - Update Lambda code for AWS SDK v3.x

Fix #36 - Update Lambda code for AWS SDK v3.x #37

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: .