Merge pull request #557 from nationalarchives/TDRD-447-rds-keycloak-u… #2952
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 'Terraform check' | |
on: | |
push: | |
pull_request: | |
permissions: | |
id-token: write | |
contents: write | |
jobs: | |
check: | |
uses: nationalarchives/tdr-github-actions/.github/workflows/terraform_check.yml@main | |
with: | |
terraform-version: '1.9.8' | |
secrets: | |
MANAGEMENT_ACCOUNT: ${{ secrets.MANAGEMENT_ACCOUNT }} | |
WORKFLOW_PAT: ${{ secrets.WORKFLOW_PAT }} |