Skip to content

Terraform 3

Terraform 3 #26

env:
IMAGE_NAME: "${{ github.repository }}-${{inputs.PROJECT_NAME}}"
NPMRC: ${{ secrets.NPMRC }}
permissions:
contents: read
packages: write
on:
pull_request_target:
types:
- closed
branches:
- 'main'
paths:
- ".github/workflows/**"
- "client/**"
- "server/**"
- "!**/README.md"
workflow_dispatch:
inputs:
TAG:
type: string
description: Additional tag to add to built images
jobs:
wfprev-ui:
uses: ./.github/workflows/mvn-build.yml
secrets: inherit
with:
PROJECT_NAME: wfprev-war
TAG: latest
PROJECT_TYPE: client
terragrunt-deploy-dev:
uses: ./.github/workflows/terragrunt-deploy.yml

Check failure on line 35 in .github/workflows/build-full-environment.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build-full-environment.yml

Invalid workflow file

The workflow is not valid. In .github/workflows/build-full-environment.yml (Line: 35, Col: 11): Error from called workflow bcgov/nr-bcws-wfprev/.github/workflows/terragrunt-deploy.yml@3ab2f80ebea23310b96fd781812ec203dc2367a3 (Line: 13, Col: 9): Unexpected value 'options'
needs: [wfprev-ui]
with:
DEFAULT_APPLICATION_ENVIRONMENT: DEV
IMAGE_TAG: latest
secrets: inherit