From d450476d63764c72101e5327c9821c111fadb373 Mon Sep 17 00:00:00 2001 From: Anthony Stanton Date: Thu, 7 Jan 2016 16:17:52 +0100 Subject: [PATCH] Update doc - missing lambda protocol The last update missed listing `lambda` in the list of allowed protocols. --- .../docs/providers/aws/r/sns_topic_subscription.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/providers/aws/r/sns_topic_subscription.html.markdown b/website/source/docs/providers/aws/r/sns_topic_subscription.html.markdown index eeb504ae8..7dfb99253 100644 --- a/website/source/docs/providers/aws/r/sns_topic_subscription.html.markdown +++ b/website/source/docs/providers/aws/r/sns_topic_subscription.html.markdown @@ -49,7 +49,7 @@ resource "aws_sns_topic_subscription" "user_updates_sqs_target" { The following arguments are supported: * `topic_arn` - (Required) The ARN of the SNS topic to subscribe to -* `protocol` - (Required) The protocol to use. The possible values for this are: `sqs`, `http`, `https`, `sms`, or `application`. (`email` is an option but unsupported, see below) +* `protocol` - (Required) The protocol to use. The possible values for this are: `sqs`, `http`, `https`, `lambda`, `sms`, or `application`. (`email` is an option but unsupported, see below) * `endpoint` - (Required) The endpoint to send data to, the contents will vary with the protocol. (see below for more information) * `raw_message_delivery` - (Optional) Boolean indicating whether or not to enable raw message delivery (the original message is directly passed, not wrapped in JSON with the original message in the message property).