From df5dfb10c8276aff74a3062c95246dd7ad8fa033 Mon Sep 17 00:00:00 2001 From: Nick Walke Date: Fri, 7 Apr 2017 04:08:03 -0500 Subject: [PATCH] DOCS: Updated list of triggers for codedeploy_deployment_group (#13396) * Updated list of triggers. * Updated to just point to the codedeploy docs --- .../providers/aws/r/codedeploy_deployment_group.html.markdown | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/website/source/docs/providers/aws/r/codedeploy_deployment_group.html.markdown b/website/source/docs/providers/aws/r/codedeploy_deployment_group.html.markdown index 710ffb145..35aeda2dc 100644 --- a/website/source/docs/providers/aws/r/codedeploy_deployment_group.html.markdown +++ b/website/source/docs/providers/aws/r/codedeploy_deployment_group.html.markdown @@ -120,7 +120,7 @@ Both ec2_tag_filter and on_premises_tag_filter blocks support the following: Add triggers to a Deployment Group to receive notifications about events related to deployments or instances in the group. Notifications are sent to subscribers of the SNS topic associated with the trigger. CodeDeploy must have permission to publish to the topic from this deployment group. Trigger Configurations support the following: - * `trigger_events` - (Required) The event type or types for which notifications are triggered. The following values are supported: `DeploymentStart`, `DeploymentSuccess`, `DeploymentFailure`, `DeploymentStop`, `InstanceStart`, `InstanceSuccess`, `InstanceFailure`. + * `trigger_events` - (Required) The event type or types for which notifications are triggered. Some values that are supported: `DeploymentStart`, `DeploymentSuccess`, `DeploymentFailure`, `InstanceStart`, `InstanceSuccess`, `InstanceFailure`. See [the CodeDeploy documentation][1] for all possible values. * `trigger_name` - (Required) The name of the notification trigger. * `trigger_target_arn` - (Required) The ARN of the SNS topic through which notifications are sent. @@ -147,3 +147,5 @@ The following attributes are exported: * `service_role_arn` - The group's service role ARN. * `autoscaling_groups` - The autoscaling groups associated with the deployment group. * `deployment_config_name` - The name of the group's deployment config. + +[1]: http://docs.aws.amazon.com/codedeploy/latest/userguide/monitoring-sns-event-notifications-create-trigger.html