CI pipeline for PR - (#37) fix(module/lb_external): Setting google_compute_region_backend_service/balancing_mode due to provider changes #58
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: PR CI | |
run-name: "CI pipeline for PR - (#${{ github.event.number }}) ${{ github.event.pull_request.title }}" | |
permissions: | |
contents: read | |
actions: read | |
id-token: write | |
on: | |
pull_request: | |
types: | |
- opened | |
- reopened | |
- synchronize | |
- ready_for_review | |
branches: ["main"] | |
jobs: | |
pr_ci_wrkflw: | |
name: Run CI | |
uses: PaloAltoNetworks/terraform-modules-swfw-ci-workflows/.github/workflows/[email protected] | |
if: github.actor != 'dependabot[bot]' | |
secrets: inherit | |
with: | |
cloud: gcp | |
tf_version: 1.3 1.4 1.5 | |
validate_max_parallel: 20 | |
test_max_parallel: 10 | |
fail_fast: false | |
terratest_action: Plan # keep in mind that this has to start with capital letter |