-
-
Save KyMidd/6c63deda9949c5e8f69b453bd2384aa9 to your computer and use it in GitHub Desktop.
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: Terraform Drift Detection | |
| id: tf-drift-detection | |
| # If we're a scheduled run, we're in drift detection mode. Check for drift and post to slack if detected | |
| if: github.event_name == 'schedule' | |
| shell: bash | |
| run: | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment