[PFMENG-1505] Output the ID of the AWS Verified Access instance. #15
Workflow file for this run
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-ci | |
on: | |
pull_request: | |
permissions: | |
actions: read | |
checks: read | |
contents: read | |
pull-requests: write | |
security-events: write | |
jobs: | |
ci: | |
uses: SPHTech-Platform/reusable-workflows/.github/workflows/terraform.yaml@v2 | |
with: | |
upload_sarif: false |