Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pkutaj/e5506c956637201a8b02a64d01fab85a to your computer and use it in GitHub Desktop.
Save pkutaj/e5506c956637201a8b02a64d01fab85a to your computer and use it in GitHub Desktop.
SSAP-44.03-State-Machine-for-Log-Reducer6.py
EVENTS = {
# <trigger> : <event>
"Deploying 'stacks/apply_last'": "on_deploy",
"Handler execution failed!": "on_fail",
"No changes. Infrastructure is up-to-date.": "on_nochange",
"No changes. Your infrastructure matches the configuration.": "on_nochange",
"Terraform will perform the following actions:": "on_perform",
"# module": "on_module",
"Plan:": "on_plan"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment