Skip to content

chore(terraform): bump to 1.14.5 #555

chore(terraform): bump to 1.14.5

chore(terraform): bump to 1.14.5 #555

Workflow file for this run

name: tf-checks
on:
pull_request:
permissions:
id-token: write
contents: read
jobs:
tf-checks-complete-example:
uses: clouddrove/github-shared-workflows/.github/workflows/tf-checks.yml@1.2.1
with:
working_directory: './examples/complete/'
provider: aws

Check failure on line 16 in .github/workflows/tf-checks.yml

View workflow run for this annotation

GitHub Actions / tf-checks

Invalid workflow file

The workflow is not valid. .github/workflows/tf-checks.yml (Line: 16, Col: 17): Invalid input, provider is not defined in the referenced workflow. .github/workflows/tf-checks.yml (Line: 18, Col: 19): Invalid secret, BUILD_ROLE is not defined in the referenced workflow.
secrets:
BUILD_ROLE: ${{ secrets.BUILD_ROLE }}
tf-checks-basic-example:
uses: clouddrove/github-shared-workflows/.github/workflows/tf-checks.yml@1.2.1
with:
working_directory: './examples/basic/'
provider: aws
secrets:
BUILD_ROLE: ${{ secrets.BUILD_ROLE }}