From b005709ed160ea4abe438097c33fc057d464aedf Mon Sep 17 00:00:00 2001 From: Cameron Stokes Date: Tue, 3 May 2016 08:54:53 -0700 Subject: [PATCH] Recommend bucket versioning for S3 remote state. (#6456) --- website/source/docs/state/remote/s3.html.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/source/docs/state/remote/s3.html.md b/website/source/docs/state/remote/s3.html.md index d7ccb9848..84ca21323 100644 --- a/website/source/docs/state/remote/s3.html.md +++ b/website/source/docs/state/remote/s3.html.md @@ -14,6 +14,10 @@ Stores the state as a given key in a given bucket on [Amazon S3](https://aws.ama make them included in cleartext inside the persisted state. Use of environment variables or config file is recommended. +~> **Warning!** It is highly recommended to enable +[Bucket Versioning](http://docs.aws.amazon.com/AmazonS3/latest/UG/enable-bucket-versioning.html) +on the S3 bucket to allow for state recovery in the case of accidental deletions and human error. + ## Example Usage ```