Skip to content

Commit df5dfb1

Browse files
nwalkeradeksimko
authored andcommitted
DOCS: Updated list of triggers for codedeploy_deployment_group (hashicorp#13396)
* Updated list of triggers. * Updated to just point to the codedeploy docs
1 parent cd7e128 commit df5dfb1

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

website/source/docs/providers/aws/r/codedeploy_deployment_group.html.markdown

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ Both ec2_tag_filter and on_premises_tag_filter blocks support the following:
120120

121121
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:
122122

123-
* `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`.
123+
* `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.
124124
* `trigger_name` - (Required) The name of the notification trigger.
125125
* `trigger_target_arn` - (Required) The ARN of the SNS topic through which notifications are sent.
126126

@@ -147,3 +147,5 @@ The following attributes are exported:
147147
* `service_role_arn` - The group's service role ARN.
148148
* `autoscaling_groups` - The autoscaling groups associated with the deployment group.
149149
* `deployment_config_name` - The name of the group's deployment config.
150+
151+
[1]: http://docs.aws.amazon.com/codedeploy/latest/userguide/monitoring-sns-event-notifications-create-trigger.html

0 commit comments

Comments
 (0)