Skip to content

feat(github-release): update hashicorp/terraform ( v1.8.5 → v1.9.8 ) #1848

feat(github-release): update hashicorp/terraform ( v1.8.5 → v1.9.8 )

feat(github-release): update hashicorp/terraform ( v1.8.5 → v1.9.8 ) #1848

Workflow file for this run

---
name: Packer Lint
on:
push:
paths:
- packer/**
- .github/workflows/packer-lint.yml
pull_request:
jobs:
packer-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup packer
uses: hashicorp/setup-packer@v3.1.0
id: setup
with:
version: latest
- name: Run packer validate
id: validate
run: |
cd packer/templates
packer validate -syntax-only ubuntu