Skip to content

chore: bump required_version to >= 1.10.0 #13

chore: bump required_version to >= 1.10.0

chore: bump required_version to >= 1.10.0 #13

Workflow file for this run

name: Terraform plan Difference
on:
pull_request:
branches:
- master
jobs:
# Update 'Job name' and 'terraform_directory' as needed based on the module structure.
complete-example:
if: github.actor != 'dependabot[bot]'
uses: clouddrove/github-shared-workflows/.github/workflows/tf-pr-checks.yaml@master

Check failure on line 11 in .github/workflows/terraform-diff.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/terraform-diff.yml

Invalid workflow file

error parsing called workflow ".github/workflows/terraform-diff.yml" -> "clouddrove/github-shared-workflows/.github/workflows/tf-pr-checks.yaml@master" : failed to fetch workflow: workflow was not found.
with:
provider: 'azurerm'
terraform_directory: 'examples/complete'
target_branch: 'master'
secrets:
AZURE_CREDENTIALS: ${{ secrets.AZURE_CREDENTIALS }}
ARM_SUBSCRIPTION_ID: ${{ secrets.ARM_SUBSCRIPTION_ID }}