github.com/danp/terraform@v0.9.5-0.20170426144147-39d740081351/website/source/docs/enterprise/runs/notifications.html.md (about)

     1  ---
     2  layout: "enterprise"
     3  page_title: "Notifications - Runs - Terraform Enterprise"
     4  sidebar_current: "docs-enterprise-runs-notifications"
     5  description: |-
     6    Terraform Enterprise can send notifications to your organization. This post is on how.
     7  ---
     8  
     9  
    10  # Terraform Run Notifications
    11  
    12  Terraform Enterprise can send run notifications, the following events are
    13  configurable:
    14  
    15  - **Needs Confirmation** - The plan phase has succeeded, and there are changes
    16    that need to be confirmed before applying.
    17  
    18  - **Confirmed** - A plan has been confirmed, and it will begin applying shortly.
    19  
    20  - **Discarded** - A user has discarded the plan.
    21  
    22  - **Applying** - The plan has begun to apply and make changes to your
    23    infrastructure.
    24  
    25  - **Applied** - The plan was applied successfully.
    26  
    27  - **Errored** - An error has occurred during the plan or apply phase.
    28  
    29  > Emails will include logs for the **Needs Confirmation**, **Applied**, and
    30  > **Errored** events.
    31  
    32  You can toggle notifications for each of these events on the "Integrations" tab
    33  of an environment.