Skip to content

Update to new version #19

Update to new version

Update to new version #19

Workflow file for this run

name: Validate terraform on pull request
on:
- pull_request
permissions:
contents: read
pull-requests: write
jobs:
plan:
runs-on: ubuntu-latest
name: Validate terraform
steps:
- name: Checkout
uses: actions/checkout@v3
- name: terraform validate
uses: azurenoops/terraform-github-actions/[email protected]
with:
path: infrastructure/terraform