From dba8771b14b4d56020c844bef2b1f933a955010c Mon Sep 17 00:00:00 2001 From: Michael Austin Date: Wed, 20 May 2015 19:26:44 -0400 Subject: [PATCH] added documention for force_destroy argument --- website/source/docs/providers/aws/r/s3_bucket.html.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/website/source/docs/providers/aws/r/s3_bucket.html.markdown b/website/source/docs/providers/aws/r/s3_bucket.html.markdown index 83c6b241b..c0ecd91c7 100644 --- a/website/source/docs/providers/aws/r/s3_bucket.html.markdown +++ b/website/source/docs/providers/aws/r/s3_bucket.html.markdown @@ -49,6 +49,7 @@ The following arguments are supported: * `acl` - (Optional) The [canned ACL](http://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html#canned-acl) to apply. Defaults to "private". * `policy` - (Optional) A valid [bucket policy](http://docs.aws.amazon.com/AmazonS3/latest/dev/example-bucket-policies.html) JSON document. * `tags` - (Optional) A mapping of tags to assign to the bucket. +* `force_destroy` - (Optional, Default:false ) A boolean that indicates all objects should be deleted from the bucket so that the bucket can be destroyed without error. These objects are *not* recoverable. * `website` - (Optional) A website object (documented below). The website object supports the following: