Created
April 19, 2025 01:13
-
-
Save kewalaka/aa5b89adef69b46f13774b4a6b75106d to your computer and use it in GitHub Desktop.
GitHub Action that can be used to check for breaking changes in Terraform module deployments.
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: test-non-destructive | |
| on: | |
| workflow_dispatch: | |
| jobs: | |
| test-non-destructive: | |
| uses: kewalaka/terraform-azurerm-avm-template/.github/workflows/test-non-destructive-template.yml@feat/test-non-destructive | |
| name: test changes are non-destructive | |
| secrets: inherit | |
| permissions: | |
| id-token: write | |
| contents: read |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment