From 688b5f1a8d5d8627ee0df2fc242b22513c8e4fa1 Mon Sep 17 00:00:00 2001 From: Raihaan Shouhell Date: Wed, 3 Jul 2019 15:11:32 +0800 Subject: [PATCH] Updated ebs snapshot documentation --- website/docs/r/ebs_snapshot.html.markdown | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/website/docs/r/ebs_snapshot.html.markdown b/website/docs/r/ebs_snapshot.html.markdown index a8ee09129416..17e3e4ad5a2f 100644 --- a/website/docs/r/ebs_snapshot.html.markdown +++ b/website/docs/r/ebs_snapshot.html.markdown @@ -39,6 +39,13 @@ The following arguments are supported: * `description` - (Optional) A description of what the snapshot is. * `tags` - (Optional) A mapping of tags to assign to the snapshot +### Timeouts + +`aws_ebs_snapshot` provides the following +[Timeouts](/docs/configuration/resources.html#timeouts) configuration options: + +- `create` - (Default `10 minutes`) Used for creating the ebs snapshot +- `delete` - (Default `10 minutes`) Used for deleting the ebs snapshot ## Attributes Reference