Skip to content

fix: azuread_privileged_access_group_eligibility_schedule resource is handled too many request #802

fix: azuread_privileged_access_group_eligibility_schedule resource is handled too many request

fix: azuread_privileged_access_group_eligibility_schedule resource is handled too many request #802

Workflow file for this run

---
name: Terraform Schema Linting
permissions:
contents: read
on:
pull_request:
types: ['opened', 'synchronize']
paths:
- '.github/workflows/tflint.yaml'
- 'vendor/**'
- '**.go'
concurrency:
group: 'tflint-${{ github.head_ref }}'
cancel-in-progress: true
jobs:
tflint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
- uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5.6.0
with:
go-version-file: ./.go-version
- run: bash scripts/gogetcookie.sh
- run: make tools
- run: make tflint
save-artifacts-on-fail:
needs: [ tflint ]
if: ${{ failure() }}
uses: ./.github/workflows/save-artifacts.yaml
comment-on-fail:
needs: [ tflint ]
if: ${{ failure() }}
uses: ./.github/workflows/comment-failure.yaml