From fa2726312da5be1fd98564d84b63a2558708f347 Mon Sep 17 00:00:00 2001 From: Jake Champlin Date: Mon, 7 Aug 2017 11:43:23 -0400 Subject: [PATCH] Add docs for timeouts added to Kinesis Stream --- website/docs/r/kinesis_stream.html.markdown | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/website/docs/r/kinesis_stream.html.markdown b/website/docs/r/kinesis_stream.html.markdown index a840cc2c067..e56c6d0a4a5 100644 --- a/website/docs/r/kinesis_stream.html.markdown +++ b/website/docs/r/kinesis_stream.html.markdown @@ -52,6 +52,13 @@ when creating a Kinesis stream. See [Amazon Kinesis Streams][2] for more. * `shard_count` - The count of Shards for this Stream * `arn` - The Amazon Resource Name (ARN) specifying the Stream (same as `id`) +## Timeouts + +`aws_kinesis_stream` provides the following [Timeouts](/docs/configuration/resources.html#timeouts) configuration options: + +- `create` - (Default `5 minutes`) Used for Creating a Kinesis Stream +- `update` - (Default `120 minutes`) Used for Updating a Kinesis Stream +- `delete` - (Default `120 minutes`) Used for Destroying a Kinesis Stream ## Import @@ -64,4 +71,3 @@ $ terraform import aws_kinesis_stream.test_stream terraform-kinesis-test [1]: https://aws.amazon.com/documentation/kinesis/ [2]: https://docs.aws.amazon.com/kinesis/latest/dev/amazon-kinesis-streams.html [3]: https://docs.aws.amazon.com/streams/latest/dev/monitoring-with-cloudwatch.html -