Skip to content

Instantly share code, notes, and snippets.

@kewalaka
Created April 19, 2025 01:13
Show Gist options
  • Select an option

  • Save kewalaka/aa5b89adef69b46f13774b4a6b75106d to your computer and use it in GitHub Desktop.

Select an option

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.
---
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