fix: ignore changes of type_handler_version in azurerm_virtual_machine_extensions #278
Workflow file for this run
This file contains hidden or 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: module-ci | |
| on: | |
| workflow_dispatch: | |
| schedule: | |
| - cron: "0 0 * * 0" # weekly on Sunday at 00:00 | |
| pull_request: | |
| types: | |
| - opened | |
| - edited | |
| - synchronize | |
| - ready_for_review | |
| jobs: | |
| module-ci: | |
| uses: cloudeteer/terraform-governance/.github/workflows/module-ci.yaml@main | |
| permissions: | |
| contents: read | |
| issues: write | |
| id-token: write | |
| secrets: | |
| ARM_CLIENT_ID: ${{ secrets.ARM_CLIENT_ID }} | |
| ARM_SUBSCRIPTION_ID: ${{ secrets.ARM_SUBSCRIPTION_ID }} | |
| ARM_TENANT_ID: ${{ secrets.ARM_TENANT_ID }} |