Skip to content

Publish a signed loreserver image from the released binaries #31

Publish a signed loreserver image from the released binaries

Publish a signed loreserver image from the released binaries #31

name: Validate AWS Example
on:
push:
branches: [main]
paths:
- contrib/aws/**
- .github/workflows/terraform-aws-example.yml
pull_request:
paths:
- contrib/aws/**
- .github/workflows/terraform-aws-example.yml
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
validate:
runs-on: ubuntu-latest
defaults:
run:
working-directory: contrib/aws
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- uses: hashicorp/setup-terraform@dfe3c3f87815947d99a8997f908cb6525fc44e9e # v4.0.1
with:
terraform_wrapper: false
terraform_version: "1.15.3"
- run: terraform init -backend=false
- run: terraform fmt -check
- run: terraform validate
- run: terraform test