Skip to content

3 peaks - unfinished business #17

3 peaks - unfinished business

3 peaks - unfinished business #17

Workflow file for this run

---
name: 'Infra CI'
on:
push:
workflow_dispatch:
env:
TERRAFORM_PLANFILE: terraform.tfplan
jobs:
terraform-check:
uses: ./.github/workflows/terraform-check.yaml
with:
tf_version: 1.1.9
working_directory: infra/environments/production/infra
terraform-plan:
uses: ./.github/workflows/terraform-plan.yaml
with:
tf_version: 1.1.9
working_directory: infra/environments/production/infra
secrets:
aws_access_key_id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}