terraform/website/source/docs/enterprise/runs/notifications.html.md

34 lines
1.0 KiB
Markdown
Raw Normal View History

2017-03-16 20:42:33 +01:00
---
2017-04-03 19:53:38 +02:00
layout: "enterprise"
2017-04-07 06:00:51 +02:00
page_title: "Notifications - Runs - Terraform Enterprise"
2017-03-17 20:24:20 +01:00
sidebar_current: "docs-enterprise-runs-notifications"
description: |-
Terraform Enterprise can send notifications to your organization. This post is on how.
2017-03-16 20:42:33 +01:00
---
2017-03-17 20:24:20 +01:00
2017-03-16 20:42:33 +01:00
# Terraform Run Notifications
2017-04-07 06:00:51 +02:00
Terraform Enterprise can send run notifications, the following events are
configurable:
2017-03-16 20:42:33 +01:00
- **Needs Confirmation** - The plan phase has succeeded, and there are changes
that need to be confirmed before applying.
2017-04-07 06:00:51 +02:00
- **Confirmed** - A plan has been confirmed, and it will begin applying shortly.
2017-03-17 20:24:20 +01:00
- **Discarded** - A user has discarded the plan.
2017-04-07 06:00:51 +02:00
2017-03-16 20:42:33 +01:00
- **Applying** - The plan has begun to apply and make changes to your
infrastructure.
2017-04-07 06:00:51 +02:00
2017-03-16 20:42:33 +01:00
- **Applied** - The plan was applied successfully.
2017-04-07 06:00:51 +02:00
2017-03-16 20:42:33 +01:00
- **Errored** - An error has occurred during the plan or apply phase.
> Emails will include logs for the **Needs Confirmation**, **Applied**, and
> **Errored** events.
You can toggle notifications for each of these events on the "Integrations" tab
of an environment.