Skip to content
name: "Plan Terraform stacks in Development"
on:
pull_request:
branches:
- main
jobs:
plan:
name: Plan Development Terraform
uses: ukhsa-collaboration/devops-github-reusable-workflows/.github/workflows/terraform-plan-apply.yml@main

Check failure on line 10 in .github/workflows/dev_terraform_check.yml

View workflow run for this annotation

GitHub Actions / Plan Terraform stacks in Development

Invalid workflow file

The workflow is not valid. .github/workflows/dev_terraform_check.yml (Line: 10, Col: 11): Secret TF_PLAN_ENCRYPTION_PASSPHRASE is required, but not provided while calling.
permissions:
packages: read
contents: read
security-events: write
statuses: write
checks: write
id-token: write
with:
environment_name: dev
execute_terraform_plan: false
secrets:
AWS_ACCOUNT_ID: "${{ secrets.AWS_ACCOUNT_ID_DEV }}"
AWS_ROLE_NAME: "${{ secrets.AWS_ROLE_NAME }}"