Skip to content

Instantly share code, notes, and snippets.

@KyMidd

KyMidd/asdf.yaml Secret

Created July 31, 2024 18:40
Show Gist options
  • Select an option

  • Save KyMidd/6c63deda9949c5e8f69b453bd2384aa9 to your computer and use it in GitHub Desktop.

Select an option

Save KyMidd/6c63deda9949c5e8f69b453bd2384aa9 to your computer and use it in GitHub Desktop.
- 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