Skip to content

Instantly share code, notes, and snippets.

@KyMidd
Created March 28, 2021 02:59
Show Gist options
  • Select an option

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

Select an option

Save KyMidd/b4007ec0d78b515c772f74e1f15f31fe to your computer and use it in GitHub Desktop.
if terraform show plan.out | grep -q " 0 to add, 0 to change, 0 to destroy"; then
echo "##[section]No changes detected, terraform apply will not run";
# There are no changes
exit 0
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment